Skip to content

Commit 6a1565c

Browse files
committed
Wed 9 Oct 2019 15:56:08 EDT release 1.1.1 update
1 parent c662118 commit 6a1565c

File tree

8 files changed

+4
-5
lines changed

8 files changed

+4
-5
lines changed

Components/odroid-go-pcengine-huexpress/pcengine-go/main/main.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
}

Firmware/Releases/odroid-go.zip

-35.8 KB
Binary file not shown.
-91.8 KB
Binary file not shown.

Firmware/Releases/retro-esp.zip

-35.7 KB
Binary file not shown.
-91.4 KB
Binary file not shown.

Launchers/retro-esp32/sdkconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
4141
CONFIG_ESPTOOLPY_BAUD_115200B=
4242
CONFIG_ESPTOOLPY_BAUD_230400B=
4343
CONFIG_ESPTOOLPY_BAUD_921600B=y

Launchers/retro-esp32/sdkconfig.old

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
4141
CONFIG_ESPTOOLPY_BAUD_115200B=
4242
CONFIG_ESPTOOLPY_BAUD_230400B=
4343
CONFIG_ESPTOOLPY_BAUD_921600B=y

Scripts/helpers/process

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ then
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

0 commit comments

Comments
 (0)