mirror of
https://github.com/sanni/cartreader.git
synced 2025-04-11 09:51:21 +02: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 modeItem5[] PROGMEM = "Mega Drive/Genesis";
|
||||||
static const char modeItem6[] PROGMEM = "SMS/GG/MIII/SG-1000";
|
static const char modeItem6[] PROGMEM = "SMS/GG/MIII/SG-1000";
|
||||||
static const char modeItem7[] PROGMEM = "PC Engine/TG16";
|
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 modeItem9[] PROGMEM = "NeoGeo Pocket";
|
||||||
static const char modeItem10[] PROGMEM = "Intellivision";
|
static const char modeItem10[] PROGMEM = "Intellivision";
|
||||||
static const char modeItem11[] PROGMEM = "Colecovision";
|
static const char modeItem11[] PROGMEM = "Colecovision";
|
||||||
@ -1273,7 +1273,7 @@ static const char* const consoles90Options[] PROGMEM = { consoles90Item1, string
|
|||||||
|
|
||||||
// Handhelds submenu
|
// Handhelds submenu
|
||||||
static const char handheldsItem1[] PROGMEM = "Virtual Boy";
|
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 handheldsItem3[] PROGMEM = "NeoGeo Pocket";
|
||||||
static const char handheldsItem4[] PROGMEM = "Watara Supervision";
|
static const char handheldsItem4[] PROGMEM = "Watara Supervision";
|
||||||
static const char handheldsItem5[] PROGMEM = "Pocket Challenge W";
|
static const char handheldsItem5[] PROGMEM = "Pocket Challenge W";
|
||||||
|
@ -119,7 +119,7 @@ boolean headerCheck() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void wsMenu() {
|
void wsMenu() {
|
||||||
vselect(false);
|
vselect(true);
|
||||||
uint8_t mainMenu = (wsWitch ? 5 : 4);
|
uint8_t mainMenu = (wsWitch ? 5 : 4);
|
||||||
|
|
||||||
convertPgm(menuOptionsWS, mainMenu);
|
convertPgm(menuOptionsWS, mainMenu);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user