mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-20 21:12:38 +02:00
Use nxlinkStdioForDebug in deko_examples in order to avoid collisions with the console
This commit is contained in:
parent
794a26392b
commit
d8e5cd4d2b
@ -18,7 +18,7 @@ extern "C" void userAppInit(void)
|
||||
|
||||
#ifdef DEBUG_NXLINK
|
||||
socketInitializeDefault();
|
||||
nxlink_sock = nxlinkStdio();
|
||||
nxlink_sock = nxlinkStdioForDebug();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user