Skip to content

Commit 67983e1

Browse files
committed
Mon 22 Jul 2019 17:14:45 EDT Atari Lynx ++
1 parent 6b0c2be commit 67983e1

File tree

20 files changed

+31
-34
lines changed

20 files changed

+31
-34
lines changed

Assets/retro-esp32/media.gif

0 Bytes
Loading

Emulators/handy-go/components/odroid/odroid_ui.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ char *odroid_ui_choose_file(const char *path, const char *ext) {
630630
if (odroid_settings_ForceInternalGameSelect_get())
631631
{
632632
odroid_settings_ForceInternalGameSelect_set(0);
633-
choose=true;
633+
choose=false;
634634
}
635635
#endif
636636

Emulators/handy-go/main/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ NOINLINE void update_display_task()
242242
printf("\nVIDEO: Task: Start\n");
243243

244244
#ifdef CONFIG_LCD_DRIVER_CHIP_RETRO_ESP32
245-
taskFunc = &videoTask_mode_original_mode0_rotate_R;
245+
//taskFunc = &videoTask_mode_original_mode0_rotate_R;
246246
#endif
247247
xTaskCreatePinnedToCore(taskFunc, "videoTask", 1024 * 4, NULL, 5, &videoTaskHandle, 1);
248248
while (!videoTaskIsRunning) { vTaskDelay(1); }

Firmware/Bins/bootloader.bin

0 Bytes
Binary file not shown.

Firmware/Bins/gnuboy-go.bin

-128 Bytes
Binary file not shown.

Firmware/Bins/handy-go.bin

3.56 KB
Binary file not shown.

Firmware/Bins/nesemu-go.bin

-128 Bytes
Binary file not shown.

Firmware/Bins/prosystem-go.bin

-128 Bytes
Binary file not shown.

Firmware/Bins/retro-esp32.bin

-144 Bytes
Binary file not shown.

Firmware/Bins/smsplusgx-go.bin

-112 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)