From da653aee3617573113a1e19e4fcd1e6910a9cb0e Mon Sep 17 00:00:00 2001 From: 0verjoY <59394546+0verjoY@users.noreply.github.com> Date: Mon, 18 Jul 2022 18:49:15 +0200 Subject: [PATCH] - Clean up a bit --- source/appboot.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/appboot.c b/source/appboot.c index d2d17b5..3f39831 100644 --- a/source/appboot.c +++ b/source/appboot.c @@ -82,12 +82,6 @@ void LaunchApp(void) DCFlushRange((u8*)0x93000000, appboot_bin_size); entry = (entrypoint)0x93000000; - u32 dumdum = 0; - SYS_ResetSystem(SYS_SHUTDOWN, 0, 0); - _CPU_ISR_Disable(dumdum); - __exception_closeall(); Jump(entry); - _CPU_ISR_Restore(dumdum); - Sys_LoadMenu(); } \ No newline at end of file