Missed setsysExit (oops)

This commit is contained in:
Adubbz 2018-02-23 05:50:57 +11:00
parent 9f15b7f90f
commit 4fb26aef54

View File

@ -37,6 +37,7 @@ int main(int argc, char **argv)
} }
launchExit(); launchExit();
setsysExit();
gfxExit(); gfxExit();
return 0; return 0;