mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Qt buildfix, assorted warning fixes
This commit is contained in:
+1
-1
@@ -117,7 +117,7 @@ void MainWindow::updateMenus()
|
||||
|
||||
void MainWindow::bootDone()
|
||||
{
|
||||
if (nextState == CORE_RUNNING)
|
||||
if (nextState == CORE_RUNNING_CPU)
|
||||
runAct();
|
||||
updateMenus();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user