From cdbcb296090cd0c5ff8c6a04b7184e7b45b7188a Mon Sep 17 00:00:00 2001 From: rsn8887 Date: Sun, 13 Oct 2019 14:18:02 -0500 Subject: SWITCH: Fix cloud integration --- backends/platform/sdl/switch/switch-main.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'backends/platform') 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; } -- cgit v1.2.3