From da97db20e319dea747a06437787cb134a9990d60 Mon Sep 17 00:00:00 2001 From: XorTroll Date: Mon, 23 Dec 2019 14:18:25 +0100 Subject: [PATCH] Remove useless exit override --- LibraryAppletQHbTarget/source/Main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/LibraryAppletQHbTarget/source/Main.cpp b/LibraryAppletQHbTarget/source/Main.cpp index 1867771..542d5c2 100644 --- a/LibraryAppletQHbTarget/source/Main.cpp +++ b/LibraryAppletQHbTarget/source/Main.cpp @@ -5,10 +5,6 @@ extern "C" { u32 __nx_applet_type = AppletType_LibraryApplet; u32 __nx_applet_exit_mode = 2; - - void __appExit(void) - { - } } hb::TargetInput hb_input;