mirror of https://github.com/bsnes-emu/bsnes.git
Merge branch 'master' of https://github.com/LIJI32/SameBoy
This commit is contained in:
commit
369a915d66
|
@ -233,7 +233,7 @@ static void enter_audio_menu(unsigned index);
|
||||||
|
|
||||||
static const struct menu_item paused_menu[] = {
|
static const struct menu_item paused_menu[] = {
|
||||||
{"Resume", NULL},
|
{"Resume", NULL},
|
||||||
{"Enumlation Options", enter_emulation_menu},
|
{"Emulation Options", enter_emulation_menu},
|
||||||
{"Graphic Options", enter_graphics_menu},
|
{"Graphic Options", enter_graphics_menu},
|
||||||
{"Audio Options", enter_audio_menu},
|
{"Audio Options", enter_audio_menu},
|
||||||
{"Keyboard", enter_controls_menu},
|
{"Keyboard", enter_controls_menu},
|
||||||
|
|
Loading…
Reference in New Issue