fixed some more indentation

This commit is contained in:
Siddharth 2013-10-30 23:24:41 +05:30
parent b5d8601f98
commit 186f0a33ba

View File

@ -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) {