mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-12 08:49:43 -06:00
enable savestate slots when saving a new savestate
This commit is contained in:
@ -601,6 +601,8 @@ void MainWindow::onSaveState()
|
||||
if (Frontend::SaveState(filename))
|
||||
{
|
||||
// TODO: OSD message
|
||||
|
||||
actLoadState[slot]->setEnabled(true);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user