Skip to content

Commit 9e45c95

Browse files
committed
sdl: fix build.
1 parent a14e70c commit 9e45c95

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

gui/sdl/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ static const cemu_sdl_key_t *keymap = cemu_keymap;
2626
static asic_rev_t asic_rev = ASIC_REV_AUTO;
2727
static int8_t python_rev = -1;
2828

29+
void gui_debug_open() {}
30+
void gui_debug_close() {}
2931
void gui_console_clear() {}
3032
void gui_console_printf(const char *format, ...) { (void)format; }
3133
void gui_console_err_printf(const char *format, ...) { (void)format; }

0 commit comments

Comments
 (0)