switch: force TAISEI_NOASYNC until threading issues are fixed
This commit is contained in:
parent
6bc4695796
commit
faeba7a139
1 changed files with 2 additions and 1 deletions
|
@ -49,9 +49,10 @@ void userAppInit(void) {
|
|||
NX_LOG("stderr -> stdout");
|
||||
nxlinkStdio();
|
||||
NX_LOG("nxlink enabled");
|
||||
NX_SETENV("TAISEI_NOASYNC", "1");
|
||||
#endif
|
||||
|
||||
NX_SETENV("TAISEI_NOASYNC", "1");
|
||||
|
||||
appletInitializeGamePlayRecording();
|
||||
appletSetGamePlayRecordingState(1);
|
||||
|
||||
|
|
Loading…
Reference in a new issue