We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a14e70c commit 9e45c95Copy full SHA for 9e45c95
1 file changed
gui/sdl/main.c
@@ -26,6 +26,8 @@ static const cemu_sdl_key_t *keymap = cemu_keymap;
26
static asic_rev_t asic_rev = ASIC_REV_AUTO;
27
static int8_t python_rev = -1;
28
29
+void gui_debug_open() {}
30
+void gui_debug_close() {}
31
void gui_console_clear() {}
32
void gui_console_printf(const char *format, ...) { (void)format; }
33
void gui_console_err_printf(const char *format, ...) { (void)format; }
0 commit comments