Qt: Fix game properties being inaccessible in batch mode

This commit is contained in:
Connor McLaughlin
2021-07-27 18:11:32 +10:00
parent 6a99ff9c08
commit 0af334bba5
4 changed files with 28 additions and 9 deletions

View File

@@ -146,6 +146,7 @@ private:
void updateDebugMenuCPUExecutionMode();
void updateDebugMenuGPURenderer();
void updateDebugMenuCropMode();
void ensureGameListLoaded();
Ui::MainWindow m_ui;