| 307 | } |
| 308 | |
| 309 | void MainWindow::updateMem2Status() |
| 310 | { |
| 311 | updateStatusBar(); |
| 312 | m_viewer->onMEM2StatusChanged(DolphinComm::DolphinAccessor::isMEM2Present()); |
| 313 | } |
| 314 | |
| 315 | void MainWindow::updateDolphinHookingStatus() |
| 316 | { |
nothing calls this directly
no test coverage detected