File tree Expand file tree Collapse file tree 8 files changed +4
-5
lines changed
Components/odroid-go-pcengine-huexpress/pcengine-go/main Expand file tree Collapse file tree 8 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ extern char *syscard_filename;
2626#include "../components/odroid/odroid_display.h"
2727#include "../components/odroid/odroid_sdcard.h"
2828#include "../components/odroid/odroid_ui.h"
29- #include "../components/odroid/odroid_ui_choosefile.h"
3029
3130#include <dirent.h>
3231#include <stdarg.h>
@@ -488,7 +487,7 @@ NOINLINE void app_loop(void)
488487{
489488 printf ("up and running\n" );
490489 //if (!(*osd_gfx_driver_list[video_driver].init) ())
491- odroid_ui_enter_loop ();
490+ odroid_ui_debug_enter_loop ();
492491 RunPCE ();
493492 abort ();
494493}
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ CONFIG_FLASH_ENCRYPTION_ENABLED=
3737#
3838# Serial flasher config
3939#
40- CONFIG_ESPTOOLPY_PORT="/dev/cu.SLAB_USBtoUART "
40+ CONFIG_ESPTOOLPY_PORT="/dev/cu.usbserial-AE01AFC0 "
4141CONFIG_ESPTOOLPY_BAUD_115200B=
4242CONFIG_ESPTOOLPY_BAUD_230400B=
4343CONFIG_ESPTOOLPY_BAUD_921600B=y
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ CONFIG_FLASH_ENCRYPTION_ENABLED=
3737#
3838# Serial flasher config
3939#
40- CONFIG_ESPTOOLPY_PORT="/dev/cu.usbserial-AE01AFC0 "
40+ CONFIG_ESPTOOLPY_PORT="/dev/cu.SLAB_USBtoUART "
4141CONFIG_ESPTOOLPY_BAUD_115200B=
4242CONFIG_ESPTOOLPY_BAUD_230400B=
4343CONFIG_ESPTOOLPY_BAUD_921600B=y
Original file line number Diff line number Diff line change 189189 echo " --------------------------------------------------------------------------"
190190 echo -e " ${fox} ${green} Compiling ${cyan} nesemu-go${nc} "
191191 echo " --------------------------------------------------------------------------"
192- cd ../ nesemu-go
192+ cd nesemu-go
193193 get_clean_option
194194 get_config_option
195195 make -j8
You can’t perform that action at this time.
0 commit comments