mirror of
https://github.com/Oibaf66/fbzx-wii.git
synced 2024-11-24 09:09:20 +01:00
Changed some menu titles
This commit is contained in:
parent
94d4152675
commit
bc11eb28e5
@ -77,14 +77,9 @@ static const char *main_menu_messages[] = {
|
|||||||
/*01*/ "^|Ins|Load|Play|Stop|Rew|Make|Del|Brows",
|
/*01*/ "^|Ins|Load|Play|Stop|Rew|Make|Del|Brows",
|
||||||
/*02*/ "Snapshot",
|
/*02*/ "Snapshot",
|
||||||
/*03*/ "^|Load|Save|Delete",
|
/*03*/ "^|Load|Save|Delete",
|
||||||
/*04*/ "#1---------------------",
|
/*04*/ "#1------------------------",
|
||||||
#ifdef HW_RVL
|
|
||||||
/*05*/ "Wiimote configuration",
|
|
||||||
/*06*/ "^|Wiimote1|Wiimote2",
|
|
||||||
#else //HW_DOL - WIN
|
|
||||||
/*05*/ "Controller configuration",
|
/*05*/ "Controller configuration",
|
||||||
/*06*/ "^|Controller1|Controller2",
|
/*06*/ "^|Controller1|Controller2",
|
||||||
#endif
|
|
||||||
/*07*/ "Tape settings",
|
/*07*/ "Tape settings",
|
||||||
/*08*/ "Emulation settings",
|
/*08*/ "Emulation settings",
|
||||||
/*09*/ "Screen settings",
|
/*09*/ "Screen settings",
|
||||||
@ -277,7 +272,7 @@ static const char *confs_messages[] = {
|
|||||||
/*03*/ "Game configurations",
|
/*03*/ "Game configurations",
|
||||||
/*04*/ "^|Load|Save|Delete",
|
/*04*/ "^|Load|Save|Delete",
|
||||||
/*05*/ " ",
|
/*05*/ " ",
|
||||||
/*06*/ "Load confs automatically",
|
/*06*/ "Auto load game confs",
|
||||||
/*07*/ "^|on|off",
|
/*07*/ "^|on|off",
|
||||||
/*08*/ " ",
|
/*08*/ " ",
|
||||||
/*09*/ "Ignore .z80 joystick confs",
|
/*09*/ "Ignore .z80 joystick confs",
|
||||||
@ -556,10 +551,9 @@ static int manage_tape(int which)
|
|||||||
retorno=-1;
|
retorno=-1;
|
||||||
break;
|
break;
|
||||||
case 2: //Play
|
case 2: //Play
|
||||||
if (ordenador.tape_fast_load == 0)
|
if (ordenador.tape_fast_load == 0) ordenador.tape_stop = 0;
|
||||||
ordenador.tape_stop = 0;
|
ordenador.tape_stop_fast = 0;
|
||||||
ordenador.tape_stop_fast = 0;
|
ordenador.stop_tape_start_countdown = 0;
|
||||||
ordenador.stop_tape_start_countdown = 0;
|
|
||||||
retorno=-1;
|
retorno=-1;
|
||||||
break;
|
break;
|
||||||
case 3: //Stop
|
case 3: //Stop
|
||||||
@ -901,11 +895,7 @@ static void input_options(int joy)
|
|||||||
submenus[5] = !ordenador.joypad_as_joystick[joy];
|
submenus[5] = !ordenador.joypad_as_joystick[joy];
|
||||||
submenus[6] = !ordenador.rumble[joy];
|
submenus[6] = !ordenador.rumble[joy];
|
||||||
|
|
||||||
#ifdef HW_RVL
|
|
||||||
opt = menu_select_title("Wiimote configuration",
|
|
||||||
#else //HW_DOL - Win
|
|
||||||
opt = menu_select_title("Controller configuration",
|
opt = menu_select_title("Controller configuration",
|
||||||
#endif
|
|
||||||
input_messages, submenus);
|
input_messages, submenus);
|
||||||
if (opt < 0)
|
if (opt < 0)
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user