Skip to content

Commit b99837e

Browse files
Wed 15 Jan 2020 12:39:05 EST - starting on frodo
1 parent 78ce3ea commit b99837e

File tree

3 files changed

+28
-12
lines changed

3 files changed

+28
-12
lines changed

Components/frodo-go/components/odroid/Kconfig.projbuild

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,18 @@ menu "Retro ESP32 Configuration"
2626
bool "START + SELECT as MENU button"
2727

2828
endchoice
29-
endmenu
29+
30+
choice IN_GAME_MENU
31+
prompt "In Game Menu"
32+
default IN_GAME_MENU_YES
33+
help
34+
Use Retro ESP32 - In Game Menu
35+
36+
config IN_GAME_MENU_YES
37+
bool "YES"
38+
39+
config IN_GAME_MENU_NO
40+
bool "NO"
41+
42+
endchoice
43+
endmenu

Launchers/.DS_Store

0 Bytes
Binary file not shown.

Launchers/retro-esp32/partitions.csv

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,17 @@ data_0, 0x40, 0x00, 0x9E0000, 0x400000
5757
# nvs, data, nvs, 0x9000, 0x4000
5858
# otadata, data, ota, 0xd000, 0x2000
5959
# phy_init, data, phy, 0xf000, 0x1000
60-
# factory, app, factory, 0x10000, 0x100000
61-
# storage, data, spiffs, 0x110000, 0x100000
62-
# launcher, 0, ota_0, 0x210000, 0x100000
63-
# nes, 0, ota_1, 0x310000, 0xc0000
64-
# gb, 0, ota_2, 0x3D0000, 0xb0000
65-
# sms, 0, ota_3, 0x480000, 0x160000
66-
# a26, 0, ota_4, 0x5E0000, 0x1a0000
67-
# a78, 0, ota_5, 0x780000, 0xc0000
68-
# lnx, 0, ota_6, 0x840000, 0xe0000
69-
# pce, 0, ota_7, 0x920000, 0xb0000
70-
# data_0, 0x40, 0x00, 0x9D0000, 0x5D0000
60+
# factory, app, factory, 0x10000, 0x80000
61+
# storage, data, spiffs, 0x100000, 0x100000
62+
# launcher, 0, ota_0, 0x200000, 0x80000
63+
# nes, 0, ota_1, 0x280000, 0xc0000
64+
# gb, 0, ota_2, 0x340000, 0xb0000
65+
# sms, 0, ota_3, 0x3F0000, 0x160000
66+
# spectrum, 0, ota_4, 0x550000, 0x90000
67+
# a26, 0, ota_5, 0x5E0000, 0x1a0000
68+
# a78, 0, ota_6, 0x780000, 0xc0000
69+
# lnx, 0, ota_7, 0x840000, 0xe0000
70+
# pce, 0, ota_8, 0x920000, 0xc0000
71+
# frodo, 0, ota_9, 0x9E0000, 0x170000
72+
# data_0, 0x40, 0x00, 0xB50000, 0x290000
7173
# #########################################################

0 commit comments

Comments
 (0)