mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 05:09:46 -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))
|
if (Frontend::SaveState(filename))
|
||||||
{
|
{
|
||||||
// TODO: OSD message
|
// TODO: OSD message
|
||||||
|
|
||||||
|
actLoadState[slot]->setEnabled(true);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user