mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-21 19:11:34 +02:00
Merge pull request #36 from ISSOtm/patch-1
Make the main menu's last option's purpose more explicit
This commit is contained in:
@@ -239,7 +239,7 @@ static const struct menu_item paused_menu[] = {
|
|||||||
{"Keyboard", enter_controls_menu},
|
{"Keyboard", enter_controls_menu},
|
||||||
{"Joypad", enter_joypad_menu},
|
{"Joypad", enter_joypad_menu},
|
||||||
{"Help", item_help},
|
{"Help", item_help},
|
||||||
{"Exit", item_exit},
|
{"Quit SameBoy", item_exit},
|
||||||
{NULL,}
|
{NULL,}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user