mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 05:09:46 -06:00
Merge branch 'master' of https://github.com/Arisotura/melonDS
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user