Qt: Fix load state menu not refreshing after save

This commit is contained in:
Connor McLaughlin
2020-02-16 00:15:18 +09:00
parent 1e0e802fa4
commit 208928b6dc
4 changed files with 17 additions and 2 deletions

View File

@@ -67,6 +67,7 @@ Q_SIGNALS:
void emulationStarted();
void emulationStopped();
void emulationPaused(bool paused);
void stateSaved(const QString& game_code, bool global, qint32 slot);
void gameListRefreshed();
void createDisplayWindowRequested(QThread* worker_thread, bool use_debug_device);
void destroyDisplayWindowRequested();