Skip to content

Commit 5a0110a

Browse files
authored
Fix NS_RebootToTitle build error with latest libctru (#103)
1 parent 2423b2c commit 5a0110a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ui/reboot.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ void rebootUpdate(void)
3131
// Reboot the console.
3232
rebooting = true;
3333
drawingSetFade(-1.0/60);
34-
NS_RebootToTitle(2, 0);
34+
NS_RebootToTitle(2, 0, 0);
3535
nsExit();
3636
return;
3737
}

0 commit comments

Comments
 (0)