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

Function gui_debug_close

gui/qt/emuthread.cpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void gui_debug_close(void) {
48 emu->debugDisable();
49}
50
51asic_rev_t gui_handle_reset(const boot_ver_t* boot_ver, asic_rev_t loaded_rev, asic_rev_t default_rev, bool* python) {
52 return emu->handleReset(boot_ver, loaded_rev, default_rev, python);

Callers

nothing calls this directly

Calls 1

debugDisableMethod · 0.80

Tested by

no test coverage detected