| 1226 | } |
| 1227 | |
| 1228 | void MainWindow::resetCEmu() { |
| 1229 | ipcCloseConnected(); |
| 1230 | m_needReload = true; |
| 1231 | m_needFullReset = true; |
| 1232 | close(); |
| 1233 | } |
| 1234 | |
| 1235 | void MainWindow::resetGui() { |
| 1236 | ipcCloseConnected(); |
nothing calls this directly
no outgoing calls
no test coverage detected