File tree Expand file tree Collapse file tree 6 files changed +14
-13
lines changed
Components/odroid-go-pcengine-huexpress/pcengine-go/main Expand file tree Collapse file tree 6 files changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ extern char *syscard_filename;
26
26
#include "../components/odroid/odroid_display.h"
27
27
#include "../components/odroid/odroid_sdcard.h"
28
28
#include "../components/odroid/odroid_ui.h"
29
+ #include "../components/odroid/odroid_ui_choosefile.h"
29
30
30
31
#include <dirent.h>
31
32
#include <stdarg.h>
@@ -38,7 +39,7 @@ extern char *syscard_filename;
38
39
#include "../components/odroid/odroid_hud.h"
39
40
int ACTION ;
40
41
#endif
41
-
42
+
42
43
#define NOINLINE __attribute__ ((noinline))
43
44
44
45
const char * SD_BASE_PATH = "/sd" ;
@@ -332,7 +333,7 @@ void DoMenuHome(bool save)
332
333
333
334
#ifdef CONFIG_IN_GAME_MENU_YES
334
335
//odroid_display_lock();
335
- // EmuAudio(false);
336
+ EmuAudio (false);
336
337
hud_menu ();
337
338
printf ("\nACTION:%d\n" , ACTION );
338
339
switch (ACTION ) {
@@ -349,7 +350,7 @@ void DoMenuHome(bool save)
349
350
break ;
350
351
}
351
352
ili9341_clear (0 );
352
- // EmuAudio(true);
353
+ EmuAudio (true);
353
354
odroid_display_unlock ();
354
355
#else
355
356
// Clear audio to prevent studdering
@@ -489,7 +490,7 @@ NOINLINE void app_loop(void)
489
490
{
490
491
printf ("up and running\n" );
491
492
//if (!(*osd_gfx_driver_list[video_driver].init) ())
492
- odroid_ui_debug_enter_loop ();
493
+ odroid_ui_enter_loop ();
493
494
RunPCE ();
494
495
abort ();
495
496
}
Original file line number Diff line number Diff line change @@ -83,10 +83,10 @@ CONFIG_MONITOR_BAUD=115200
83
83
#
84
84
# Retro ESP32 Configuration
85
85
#
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=
90
90
CONFIG_IN_GAME_MENU_YES=y
91
91
CONFIG_IN_GAME_MENU_NO=
92
92
Original file line number Diff line number Diff line change @@ -82,10 +82,10 @@ CONFIG_MONITOR_BAUD=115200
82
82
#
83
83
# Retro ESP32 Configuration
84
84
#
85
- CONFIG_LCD_DRIVER_CHIP_ODROID_GO=
86
- CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32=y
87
- CONFIG_DEFAULT_MENU_KEY=
88
- CONFIG_COMBO_MENU_KEY=y
85
+ CONFIG_LCD_DRIVER_CHIP_ODROID_GO=y
86
+ CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32=
87
+ CONFIG_DEFAULT_MENU_KEY=y
88
+ CONFIG_COMBO_MENU_KEY=
89
89
90
90
#
91
91
# Partition Table
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ CONFIG_FLASH_ENCRYPTION_ENABLED=
37
37
#
38
38
# Serial flasher config
39
39
#
40
- CONFIG_ESPTOOLPY_PORT="/dev/cu.usbserial-A1015RV2 "
40
+ CONFIG_ESPTOOLPY_PORT="/dev/cu.SLAB_USBtoUART "
41
41
CONFIG_ESPTOOLPY_BAUD_115200B=
42
42
CONFIG_ESPTOOLPY_BAUD_230400B=
43
43
CONFIG_ESPTOOLPY_BAUD_921600B=y
You can’t perform that action at this time.
0 commit comments