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

Method resetEmu

gui/qt/mainwindow.cpp:2299–2313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2297}
2298
2299void MainWindow::resetEmu() {
2300 guiReset = true;
2301
2302 if (guiReceive) {
2303 varToggle();
2304 }
2305 if (guiDebugBasic) {
2306 debugBasic(false);
2307 }
2308 if (guiDebug) {
2309 debugToggle();
2310 }
2311
2312 emu.reset();
2313}
2314
2315void MainWindow::emuCheck(emu_state_t state, emu_data_t type) {
2316

Callers 1

MainWindowMethod · 0.95

Calls 1

resetMethod · 0.80

Tested by

no test coverage detected