mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-02 12:00:01 -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);
|
||||
else sprintf(msg, "State loaded from file");
|
||||
OSD::AddMessage(0, msg);
|
||||
|
||||
actUndoStateLoad->setEnabled(true);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user