Make the last option's purpose more explicit

I mistook it several times for the option to exit the menu :/
This commit is contained in:
Panda Habert 2018-02-26 02:27:50 +01:00 committed by GitHub
parent b02e40d5a2
commit 980acc3fb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,}
}; };