MCPcopy Create free account
hub / github.com/cemu-project/Cemu / UpdateChildWindowTitleRunningState

Method UpdateChildWindowTitleRunningState

src/gui/MainWindow.cpp:2306–2312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2304}
2305
2306void 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
2314void MainWindow::RestoreSettingsAfterGameExited()
2315{

Callers

nothing calls this directly

Calls 2

IsTitleRunningFunction · 0.85
UpdateTitleRunningMethod · 0.80

Tested by

no test coverage detected