Skip to content

Commit df6a0ca

Browse files
committed
Fri Aug 21 09:54:03 EDT 2020 - 2.6
1 parent 433564c commit df6a0ca

File tree

14 files changed

+24
-22
lines changed

14 files changed

+24
-22
lines changed

Assets/retro-esp32/logos/logo3d.gif

-1.01 KB
Loading

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/Assets/retro-esp32.jpg

42 Bytes
Loading

Firmware/Assets/retro-esp32.psd

33.6 KB
Binary file not shown.

Firmware/Assets/retro-esp32.raw

0 Bytes
Binary file not shown.

Firmware/Releases/odroid-go.zip

4 KB
Binary file not shown.
80 Bytes
Binary file not shown.

Firmware/Releases/retro-esp.zip

3.8 KB
Binary file not shown.
64 Bytes
Binary file not shown.

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
*/
3232
#define MAX_FILES 8192
3333
#define MAX_LENGTH 64
34+
#define MAX_FILES_LIST 512
35+
3436

3537
/*
3638
@@ -42,7 +44,7 @@
4244
/*
4345
4446
*/
45-
#define BUILD "Version 2 Build 5 (v.2.5)"
47+
#define BUILD "Version 2 Build 6 (v.2.6)"
4648

4749

4850
#define _GNU_SOURCE

0 commit comments

Comments
 (0)