enable savestate slots when saving a new savestate

This commit is contained in:
Arisotura 2020-05-02 19:41:03 +02:00
parent 7f3e67c12a
commit 690f39ca33
1 changed files with 2 additions and 0 deletions

View File

@ -601,6 +601,8 @@ void MainWindow::onSaveState()
if (Frontend::SaveState(filename))
{
// TODO: OSD message
actLoadState[slot]->setEnabled(true);
}
else
{