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

Function gui_debug_close

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

Source from the content-addressed store, hash-verified

56
57void gui_console_clear(void) {}
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);

Callers 3

debug_stepFunction · 0.50
debug_inst_repeatFunction · 0.50
debug_record_callFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected