mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-05 07:27:02 +00:00
Merge pull request #6569 from sum2012/patch-1
Auto save state load: set current slot to loaded one. by juhalaukkanen
This commit is contained in:
commit
986f29fff3
@ -741,5 +741,6 @@ void EmuScreen::autoLoad() {
|
||||
int lastSlot = SaveState::GetNewestSlot();
|
||||
if (g_Config.bEnableAutoLoad && lastSlot != -1) {
|
||||
SaveState::LoadSlot(lastSlot, 0, 0);
|
||||
g_Config.iCurrentStateSlot = lastSlot;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user