Merge branch 'master' of https://github.com/Arisotura/melonDS
This commit is contained in:
commit
ab48461dc5
|
@ -2206,6 +2206,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