mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 13:20:57 -06:00
enable undo savestate load in the gui
This commit is contained in:
@ -2205,6 +2205,8 @@ void MainWindow::onLoadState()
|
|||||||
if (slot > 0) sprintf(msg, "State loaded from slot %d", slot);
|
if (slot > 0) sprintf(msg, "State loaded from slot %d", slot);
|
||||||
else sprintf(msg, "State loaded from file");
|
else sprintf(msg, "State loaded from file");
|
||||||
OSD::AddMessage(0, msg);
|
OSD::AddMessage(0, msg);
|
||||||
|
|
||||||
|
actUndoStateLoad->setEnabled(true);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user