mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 21:52:48 +00:00
Fix crashing in script runner mode (#840)
This commit is contained in:
parent
399740b50e
commit
338a2aa98a
@ -3061,6 +3061,7 @@ u32 GodMode(int entrypoint) {
|
|||||||
u32 ScriptRunner(int entrypoint) {
|
u32 ScriptRunner(int entrypoint) {
|
||||||
// init font and show splash
|
// init font and show splash
|
||||||
if (!SetFont(NULL, 0)) return GODMODE_EXIT_POWEROFF;
|
if (!SetFont(NULL, 0)) return GODMODE_EXIT_POWEROFF;
|
||||||
|
SetLanguage(NULL, 0);
|
||||||
SplashInit("scriptrunner mode");
|
SplashInit("scriptrunner mode");
|
||||||
u64 timer = timer_start();
|
u64 timer = timer_start();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user