mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
Fix compiling script runners
This commit is contained in:
parent
21fdb9543a
commit
539099db81
@ -2601,7 +2601,7 @@ u32 ScriptRunner(int entrypoint) {
|
|||||||
ExecuteGM9Script("V:/" VRAM0_AUTORUN_GM9);
|
ExecuteGM9Script("V:/" VRAM0_AUTORUN_GM9);
|
||||||
} else if (PathExist("V:/" VRAM0_SCRIPTS)) {
|
} else if (PathExist("V:/" VRAM0_SCRIPTS)) {
|
||||||
char loadpath[256];
|
char loadpath[256];
|
||||||
if (FileSelector(loadpath, FLAVOR " scripts menu.\nSelect script:", "V:/" VRAM0_SCRIPTS, "*.gm9", HIDE_EXT))
|
if (FileSelector(loadpath, FLAVOR " scripts menu.\nSelect script:", "V:/" VRAM0_SCRIPTS, "*.gm9", HIDE_EXT, false))
|
||||||
ExecuteGM9Script(loadpath);
|
ExecuteGM9Script(loadpath);
|
||||||
} else ShowPrompt(false, "Compiled as script autorunner\nbut no script provided.\n \nDerp!");
|
} else ShowPrompt(false, "Compiled as script autorunner\nbut no script provided.\n \nDerp!");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user