enable savestate slots when saving a new savestate
This commit is contained in:
parent
7f3e67c12a
commit
690f39ca33
|
@ -601,6 +601,8 @@ void MainWindow::onSaveState()
|
|||
if (Frontend::SaveState(filename))
|
||||
{
|
||||
// TODO: OSD message
|
||||
|
||||
actLoadState[slot]->setEnabled(true);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue