mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-23 16:19:44 +00:00
fixed some more indentation
This commit is contained in:
parent
b5d8601f98
commit
186f0a33ba
@ -626,7 +626,7 @@ void EmuScreen::deviceLost() {
|
||||
gpu->DeviceLost();
|
||||
}
|
||||
|
||||
void EmuScreen::autoLoad(){
|
||||
void EmuScreen::autoLoad() {
|
||||
//check if save state has save, if so, load
|
||||
int lastSlot = SaveState::GetNewestSlot();
|
||||
if (g_Config.bEnableAutoLoad && lastSlot != -1) {
|
||||
|
Loading…
Reference in New Issue
Block a user