mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Auto save state load: set current slot to loaded one.
This commit is contained in:
parent
8da08ea686
commit
8d34c6bf66
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue