mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
Fix #294
This commit is contained in:
parent
5df8c4b739
commit
53d9964a26
@ -2316,7 +2316,7 @@ u32 GodMode(int entrypoint) {
|
|||||||
#else
|
#else
|
||||||
u32 ScriptRunner(int entrypoint) {
|
u32 ScriptRunner(int entrypoint) {
|
||||||
// init font and show splash
|
// init font and show splash
|
||||||
if (!SetFontFromPbm(NULL, 0)) return exit_mode;
|
if (!SetFontFromPbm(NULL, 0)) return GODMODE_EXIT_POWEROFF;
|
||||||
SplashInit("scriptrunner mode");
|
SplashInit("scriptrunner mode");
|
||||||
u64 timer = timer_start();
|
u64 timer = timer_start();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user