MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / isShowingGameList

Method isShowingGameList

pcsx2-qt/MainWindow.cpp:1369–1372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1367}
1368
1369bool MainWindow::isShowingGameList() const
1370{
1371 return (m_ui.mainContainer->currentIndex() == 0);
1372}
1373
1374bool MainWindow::isRenderingFullscreen() const
1375{

Callers 1

onVMStoppedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected