Skip to content

Commit f303052

Browse files
Thu 21 Nov 2019 16:23:54 EST - PC Engine - Bug Fix
1 parent 485b1d9 commit f303052

File tree

17 files changed

+53
-47
lines changed

17 files changed

+53
-47
lines changed

Components/go-play/odroid-go-common/components/odroid/Kconfig.projbuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ menu "Retro ESP32 Configuration"
2929

3030
choice IN_GAME_MENU
3131
prompt "In Game Menu"
32-
default IN_GAME_MENU_NO
32+
default IN_GAME_MENU_YES
3333
help
3434
Use Retro ESP32 - In Game Menu
3535

@@ -40,4 +40,4 @@ menu "Retro ESP32 Configuration"
4040
bool "NO"
4141

4242
endchoice
43-
endmenu
43+
endmenu

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ menu "Retro ESP32 Configuration"
2929

3030
choice IN_GAME_MENU
3131
prompt "In Game Menu"
32-
default IN_GAME_MENU_NO
32+
default IN_GAME_MENU_YES
3333
help
3434
Use Retro ESP32 - In Game Menu
3535

@@ -40,4 +40,4 @@ menu "Retro ESP32 Configuration"
4040
bool "NO"
4141

4242
endchoice
43-
endmenu
43+
endmenu

Components/odroid-go-pcengine-huexpress/odroid-go-common/components/odroid/Kconfig.projbuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ menu "Retro ESP32 Configuration"
2929

3030
choice IN_GAME_MENU
3131
prompt "In Game Menu"
32-
default IN_GAME_MENU_NO
32+
default IN_GAME_MENU_YES
3333
help
3434
Use Retro ESP32 - In Game Menu
3535

@@ -40,4 +40,4 @@ menu "Retro ESP32 Configuration"
4040
bool "NO"
4141

4242
endchoice
43-
endmenu
43+
endmenu

Components/odroid-go-spectrum-emulator/components/odroid/Kconfig.projbuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ menu "Retro ESP32 Configuration"
2929

3030
choice IN_GAME_MENU
3131
prompt "In Game Menu"
32-
default IN_GAME_MENU_NO
32+
default IN_GAME_MENU_YES
3333
help
3434
Use Retro ESP32 - In Game Menu
3535

@@ -40,4 +40,4 @@ menu "Retro ESP32 Configuration"
4040
bool "NO"
4141

4242
endchoice
43-
endmenu
43+
endmenu

Components/pitpo/odroid-go-common/components/odroid/Kconfig.projbuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ menu "Retro ESP32 Configuration"
2929

3030
choice IN_GAME_MENU
3131
prompt "In Game Menu"
32-
default IN_GAME_MENU_NO
32+
default IN_GAME_MENU_YES
3333
help
3434
Use Retro ESP32 - In Game Menu
3535

@@ -40,4 +40,4 @@ menu "Retro ESP32 Configuration"
4040
bool "NO"
4141

4242
endchoice
43-
endmenu
43+
endmenu

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ menu "Retro ESP32 Configuration"
2929

3030
choice IN_GAME_MENU
3131
prompt "In Game Menu"
32-
default IN_GAME_MENU_NO
32+
default IN_GAME_MENU_YES
3333
help
3434
Use Retro ESP32 - In Game Menu
3535

@@ -39,5 +39,5 @@ menu "Retro ESP32 Configuration"
3939
config IN_GAME_MENU_NO
4040
bool "NO"
4141

42-
endchoice
43-
endmenu
42+
endchoice
43+
endmenu

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ menu "Retro ESP32 Configuration"
2929

3030
choice IN_GAME_MENU
3131
prompt "In Game Menu"
32-
default IN_GAME_MENU_NO
32+
default IN_GAME_MENU_YES
3333
help
3434
Use Retro ESP32 - In Game Menu
3535

@@ -40,4 +40,4 @@ menu "Retro ESP32 Configuration"
4040
bool "NO"
4141

4242
endchoice
43-
endmenu
43+
endmenu

Components/super-go-play/odroid-go-common/components/odroid/Kconfig.projbuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ menu "Retro ESP32 Configuration"
2929

3030
choice IN_GAME_MENU
3131
prompt "In Game Menu"
32-
default IN_GAME_MENU_NO
32+
default IN_GAME_MENU_YES
3333
help
3434
Use Retro ESP32 - In Game Menu
3535

@@ -40,4 +40,4 @@ menu "Retro ESP32 Configuration"
4040
bool "NO"
4141

4242
endchoice
43-
endmenu
43+
endmenu

Emulators/handy-go/components/odroid/Kconfig.projbuild

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ menu "Retro ESP32 Configuration"
2929

3030
choice IN_GAME_MENU
3131
prompt "In Game Menu"
32-
default IN_GAME_MENU_NO
32+
default IN_GAME_MENU_YES
3333
help
3434
Use Retro ESP32 - In Game Menu
3535

@@ -40,4 +40,4 @@ menu "Retro ESP32 Configuration"
4040
bool "NO"
4141

4242
endchoice
43-
endmenu
43+
endmenu

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=
87-
CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32=y
88-
CONFIG_DEFAULT_MENU_KEY=
89-
CONFIG_COMBO_MENU_KEY=y
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=
9090
CONFIG_IN_GAME_MENU_YES=y
9191
CONFIG_IN_GAME_MENU_NO=
9292

0 commit comments

Comments
 (0)