From 8b2e4f4ca55f24773ebf68c7c8d502a80e6812c5 Mon Sep 17 00:00:00 2001 From: night Date: Fri, 27 Feb 2026 14:51:27 +0100 Subject: [PATCH] adding argmemtype argument according to libctru --- source/ui/reboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ui/reboot.c b/source/ui/reboot.c index 2ff1199..d890318 100644 --- a/source/ui/reboot.c +++ b/source/ui/reboot.c @@ -31,7 +31,7 @@ void rebootUpdate(void) // Reboot the console. rebooting = true; drawingSetFade(-1.0/60); - NS_RebootToTitle(2, 0); + NS_RebootToTitle(2, 0, 0); nsExit(); return; }