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

Function gui_handle_reset

gui/qt/emuthread.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
53}
54
55EmuThread::EmuThread(QObject *parent) : QThread{parent}, write{CONSOLE_BUFFER_SIZE},
56 m_speed{100}, m_throttle{true},

Callers

nothing calls this directly

Calls 1

handleResetMethod · 0.80

Tested by

no test coverage detected