Skip to content

Commit 22efd79

Browse files
committed
Tue 6 Aug 2019 15:49:19 EDT
1 parent 890f07d commit 22efd79

File tree

13 files changed

+37
-32
lines changed

13 files changed

+37
-32
lines changed

Emulators/handy-go/sdkconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,10 @@ CONFIG_MONITOR_BAUD=115200
8383
#
8484
# Retro ESP32 Configuration
8585
#
86-
CONFIG_LCD_DRIVER_CHIP_ODROID_GO=y
87-
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32=
88-
CONFIG_DEFAULT_MENU_KEY=y
89-
CONFIG_COMBO_MENU_KEY=
86+
CONFIG_LCD_DRIVER_CHIP_ODROID_GO=
87+
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32=y
88+
CONFIG_DEFAULT_MENU_KEY=
89+
CONFIG_COMBO_MENU_KEY=y
9090
CONFIG_IN_GAME_MENU_YES=y
9191
CONFIG_IN_GAME_MENU_NO=
9292

Firmware/Bins/bootloader.bin

0 Bytes
Binary file not shown.

Firmware/Bins/gnuboy-go.bin

112 Bytes
Binary file not shown.

Firmware/Bins/handy-go.bin

128 Bytes
Binary file not shown.

Firmware/Bins/nesemu-go.bin

128 Bytes
Binary file not shown.

Firmware/Bins/prosystem-go.bin

128 Bytes
Binary file not shown.

Firmware/Bins/retro-esp32.bin

144 Bytes
Binary file not shown.

Firmware/Bins/smsplusgx-go.bin

128 Bytes
Binary file not shown.

Firmware/Bins/stella-go.bin

128 Bytes
Binary file not shown.

Launchers/retro-esp32/main/includes/structures.h

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -58,29 +58,30 @@ typedef struct{
5858
int bg;
5959
int fg;
6060
char name[10];
61+
int fix;
6162
} THEME;
6263
THEME THEMES[22] = {
63-
{32768,54580,"maroon"},
64-
{57545,62839,"red"},
65-
{64143,65049,"pink"},
66-
{39684,56918,"brown"},
67-
{62470,65174,"orange"},
68-
{50604,61240,"apricot"},
69-
{33792,54932,"olive"},
70-
{65283,65461,"yellow"},
71-
{60845,63289,"beige"},
72-
{49000,59351,"lime"},
73-
{15753,48951,"green"},
74-
{45048,57340,"mint"},
75-
{17617,48858,"teal"},
76-
{18078,49023,"cyan"},
77-
{14,42297,"navy"},
78-
{17178,48733,"blue"},
79-
{37110,54652,"purple"},
80-
{52318,61119,"lavender"},
81-
{59804,62910,"magenta"},
82-
{0,42292,"black"},
83-
{16936,48631,"dark"},
84-
{29614,52857,"light"}
64+
{32768,54580,"maroon",65535},
65+
{57545,62839,"red",65535},
66+
{64143,65049,"pink",65535},
67+
{39684,56918,"brown",65535},
68+
{62470,65174,"orange",35299},
69+
{50604,61240,"apricot",25254},
70+
{33792,54932,"olive",65535},
71+
{65283,65461,"yellow",64386},
72+
{60845,63289,"beige",33446},
73+
{49000,59351,"lime",23556},
74+
{15753,48951,"green",65535},
75+
{45048,57340,"mint",22507},
76+
{17617,48858,"teal",65535},
77+
{18078,49023,"cyan",9009},
78+
{14,42297,"navy",65535},
79+
{17178,48733,"blue",65535},
80+
{37110,54652,"purple",65535},
81+
{52318,61119,"lavender",65535},
82+
{59804,62910,"magenta",32974},
83+
{0,42292,"black",65535},
84+
{16936,48631,"dark",65535},
85+
{29614,52857,"light",65535}
8586
};
8687
THEME GUI;

0 commit comments

Comments
 (0)