MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / gui_debug_open

Function gui_debug_open

core/os/os-emscripten.c:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58void gui_debug_close(void) {}
59
60void 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
65void gui_console_printf(const char *fmt, ...) {
66 va_list ap;

Callers 2

emu_runFunction · 0.50
debug_openFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected