Skip to content

Commit b09d9f0

Browse files
committed
Make "Autoboot last ran ROM" setting work for non-DSiWarehax users
1 parent c24fbd4 commit b09d9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

titleandsettings/arm9/source/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ int main(int argc, char **argv)
570570

571571
scanKeys();
572572

573-
if (sys().arm7SCFGLocked() && !ms().gotosettings && ms().autorun && !(keysHeld() & KEY_B))
573+
if (!ms().gotosettings && ms().autorun && !(keysHeld() & KEY_B))
574574
{
575575
lastRanROM();
576576
}

0 commit comments

Comments
 (0)