Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ihaveamac committed Dec 11, 2024
1 parent b99a6bc commit aa52cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arm9/source/godmode.c
Original file line number Diff line number Diff line change
Expand Up @@ -3133,7 +3133,7 @@ u32 ScriptRunner(int entrypoint) {
if (PathExist("V:/" VRAM0_AUTORUN_GM9)) {
ClearScreenF(true, true, COLOR_STD_BG); // clear splash
ExecuteGM9Script("V:/" VRAM0_AUTORUN_GM9);
if (PathExist("V:/" VRAM0_AUTORUN_LUA)) {
} else if (PathExist("V:/" VRAM0_AUTORUN_LUA)) {
ClearScreenF(true, true, COLOR_STD_BG); // clear splash
ExecuteLuaScript("V:/" VRAM0_AUTORUN_LUA);
} else if (PathExist("V:/" VRAM0_SCRIPTS)) {
Expand Down

0 comments on commit aa52cfc

Please sign in to comment.