From 980acc3fb877a8e5d13d18c85d7a844f470ec45b Mon Sep 17 00:00:00 2001 From: Panda Habert Date: Mon, 26 Feb 2018 02:27:50 +0100 Subject: [PATCH] Make the last option's purpose more explicit I mistook it several times for the option to exit the menu :/ --- SDL/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDL/gui.c b/SDL/gui.c index 03c9513..c152e59 100644 --- a/SDL/gui.c +++ b/SDL/gui.c @@ -239,7 +239,7 @@ static const struct menu_item paused_menu[] = { {"Keyboard", enter_controls_menu}, {"Joypad", enter_joypad_menu}, {"Help", item_help}, - {"Exit", item_exit}, + {"Quit SameBoy", item_exit}, {NULL,} };