mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -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);
|
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