mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-23 21:19:16 +01:00
Add (3V) to Wonderswan menu title
This commit is contained in:
parent
b79cd1475e
commit
3d659e4abc
@ -997,7 +997,7 @@ static const char modeItem4[] PROGMEM = "Nintendo 64 (3V)";
|
||||
static const char modeItem5[] PROGMEM = "Mega Drive/Genesis";
|
||||
static const char modeItem6[] PROGMEM = "SMS/GG/MIII/SG-1000";
|
||||
static const char modeItem7[] PROGMEM = "PC Engine/TG16";
|
||||
static const char modeItem8[] PROGMEM = "WonderSwan";
|
||||
static const char modeItem8[] PROGMEM = "WonderSwan (3V)";
|
||||
static const char modeItem9[] PROGMEM = "NeoGeo Pocket";
|
||||
static const char modeItem10[] PROGMEM = "Intellivision";
|
||||
static const char modeItem11[] PROGMEM = "Colecovision";
|
||||
@ -1273,7 +1273,7 @@ static const char* const consoles90Options[] PROGMEM = { consoles90Item1, string
|
||||
|
||||
// Handhelds submenu
|
||||
static const char handheldsItem1[] PROGMEM = "Virtual Boy";
|
||||
static const char handheldsItem2[] PROGMEM = "WonderSwan";
|
||||
static const char handheldsItem2[] PROGMEM = "WonderSwan (3V)";
|
||||
static const char handheldsItem3[] PROGMEM = "NeoGeo Pocket";
|
||||
static const char handheldsItem4[] PROGMEM = "Watara Supervision";
|
||||
static const char handheldsItem5[] PROGMEM = "Pocket Challenge W";
|
||||
|
@ -119,7 +119,7 @@ boolean headerCheck() {
|
||||
}
|
||||
|
||||
void wsMenu() {
|
||||
vselect(false);
|
||||
vselect(true);
|
||||
uint8_t mainMenu = (wsWitch ? 5 : 4);
|
||||
|
||||
convertPgm(menuOptionsWS, mainMenu);
|
||||
|
Loading…
Reference in New Issue
Block a user