| 58 | void gui_debug_close(void) {} |
| 59 | |
| 60 | void gui_debug_open(int reason, uint32_t data) { |
| 61 | printf("[CEmu debug] (reason=%d, data=0x%X)\n", reason, data); |
| 62 | fflush(stderr); |
| 63 | } |
| 64 | |
| 65 | void gui_console_printf(const char *fmt, ...) { |
| 66 | va_list ap; |
no outgoing calls
no test coverage detected