SWITCH: Fix cloud integration

This commit is contained in:
rsn8887 2019-10-13 14:18:02 -05:00
parent 53eae6c937
commit cdbcb29609
2 changed files with 7 additions and 3 deletions

View file

@ -29,8 +29,8 @@
int main(int argc, char *argv[]) {
#ifdef __SWITCH_DEBUG__
socketInitializeDefault();
#ifdef __SWITCH_DEBUG__
nxlinkStdio();
#endif
@ -51,9 +51,7 @@ int main(int argc, char *argv[]) {
// Free OSystem
g_system->destroy();
#ifdef __SWITCH_DEBUG__
socketExit();
#endif
return res;
}