Qt buildfix, assorted warning fixes

This commit is contained in:
Henrik Rydgård
2024-12-02 09:14:10 +01:00
parent 060a2735e7
commit 35f9b9d0d8
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ void MainWindow::updateMenus()
void MainWindow::bootDone()
{
if (nextState == CORE_RUNNING)
if (nextState == CORE_RUNNING_CPU)
runAct();
updateMenus();
}