(WiiU) fix salamander build.

This commit is contained in:
aliaspider 2017-05-20 21:34:50 +01:00
parent 26e5c28208
commit ce61db1473

View File

@ -405,9 +405,9 @@ int main(int argc, char **argv)
KPADInit();
#endif
verbosity_enable();
#ifndef IS_SALAMANDER
ControllerPatcherInit();
#endif
fflush(stdout);
DEBUG_VAR(ARGV_PTR);
if(ARGV_PTR && ((u32)ARGV_PTR < 0x01000000))
@ -459,9 +459,9 @@ int main(int argc, char **argv)
}
while (1);
#ifndef IS_SALAMANDER
ControllerPatcherDeInit();
#endif
main_exit(NULL);
#endif
#endif