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

Method resetCEmu

gui/qt/mainwindow.cpp:1228–1233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1226}
1227
1228void MainWindow::resetCEmu() {
1229 ipcCloseConnected();
1230 m_needReload = true;
1231 m_needFullReset = true;
1232 close();
1233}
1234
1235void MainWindow::resetGui() {
1236 ipcCloseConnected();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected