mirror of
https://github.com/wiiu-env/WUMSLoader.git
synced 2024-12-26 16:11:51 +01:00
Add missing __fini() call
This commit is contained in:
parent
883ecc3791
commit
91ad24571c
@ -15,6 +15,7 @@
|
|||||||
#include "globals.h"
|
#include "globals.h"
|
||||||
|
|
||||||
extern "C" uint32_t textStart();
|
extern "C" uint32_t textStart();
|
||||||
|
extern "C" void __fini();
|
||||||
|
|
||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
if (!WHBLogModuleInit()) {
|
if (!WHBLogModuleInit()) {
|
||||||
@ -63,5 +64,7 @@ int main(int argc, char **argv) {
|
|||||||
} else { //show mii select
|
} else { //show mii select
|
||||||
_SYSLaunchMenuWithCheckingAccount(slot);
|
_SYSLaunchMenuWithCheckingAccount(slot);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
__fini();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user