aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/switch
diff options
context:
space:
mode:
authorrsn88872019-10-13 14:18:02 -0500
committerrsn88872019-10-13 14:19:05 -0500
commitcdbcb296090cd0c5ff8c6a04b7184e7b45b7188a (patch)
treea6d1955f1e270e1786921afcf6a6da4829e24bd8 /backends/platform/sdl/switch
parent53eae6c937e68b3dc306f868f7d25e52ee7dd08a (diff)
downloadscummvm-rg350-cdbcb296090cd0c5ff8c6a04b7184e7b45b7188a.tar.gz
scummvm-rg350-cdbcb296090cd0c5ff8c6a04b7184e7b45b7188a.tar.bz2
scummvm-rg350-cdbcb296090cd0c5ff8c6a04b7184e7b45b7188a.zip
SWITCH: Fix cloud integration
Diffstat (limited to 'backends/platform/sdl/switch')
-rw-r--r--backends/platform/sdl/switch/switch-main.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/backends/platform/sdl/switch/switch-main.cpp b/backends/platform/sdl/switch/switch-main.cpp
index 0cc48ba0cd..71d80c144d 100644
--- a/backends/platform/sdl/switch/switch-main.cpp
+++ b/backends/platform/sdl/switch/switch-main.cpp
@@ -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;
}