mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(WiiU) fix salamander build.
This commit is contained in:
parent
26e5c28208
commit
ce61db1473
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user