Remove useless exit override

This commit is contained in:
XorTroll 2019-12-23 14:18:25 +01:00
parent 4e9fc02180
commit da97db20e3

View file

@ -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;