diff options
author | Arisotura <thetotalworm@gmail.com> | 2020-05-02 19:41:03 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2020-05-02 19:41:03 +0200 |
commit | 690f39ca3382f1e82a27c8a16dde1a4379f978f8 (patch) | |
tree | d539aa3523e73f7d4e672c22575cfa83a4cdb9dc /src/frontend | |
parent | 7f3e67c12a6b7687467c4b56d79e4770cc32ae43 (diff) |
enable savestate slots when saving a new savestate
Diffstat (limited to 'src/frontend')
-rw-r--r-- | src/frontend/qt_sdl/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frontend/qt_sdl/main.cpp b/src/frontend/qt_sdl/main.cpp index 5cc4826..bdf68bd 100644 --- a/src/frontend/qt_sdl/main.cpp +++ b/src/frontend/qt_sdl/main.cpp @@ -601,6 +601,8 @@ void MainWindow::onSaveState() if (Frontend::SaveState(filename)) { // TODO: OSD message + + actLoadState[slot]->setEnabled(true); } else { |