diff options
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/3ds/main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backends/platform/3ds/main.cpp b/backends/platform/3ds/main.cpp index 6e33253c08..4179967178 100644 --- a/backends/platform/3ds/main.cpp +++ b/backends/platform/3ds/main.cpp @@ -33,6 +33,8 @@ int main(int argc, char *argv[]) { romfsInit(); osSetSpeedupEnable(true); // consoleInit(GFX_TOP, NULL); + gdbHioDevInit(); + gdbHioDevRedirectStdStreams(true, true, true); #ifdef USE_LIBCURL const uint32 soc_sharedmem_size = 0x10000; @@ -60,6 +62,7 @@ int main(int argc, char *argv[]) { #ifdef USE_LIBCURL socExit(); #endif + gdbHioDevExit(); romfsExit(); cfguExit(); gfxExit(); |