enable undo savestate load in the gui
This commit is contained in:
parent
98072d82bf
commit
fdb6d226fd
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue