| 2304 | } |
| 2305 | |
| 2306 | void MainWindow::UpdateChildWindowTitleRunningState() |
| 2307 | { |
| 2308 | const bool running = CafeSystem::IsTitleRunning(); |
| 2309 | |
| 2310 | if(m_graphic_pack_window) |
| 2311 | m_graphic_pack_window->UpdateTitleRunning(running); |
| 2312 | } |
| 2313 | |
| 2314 | void MainWindow::RestoreSettingsAfterGameExited() |
| 2315 | { |
nothing calls this directly
no test coverage detected