1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-19 13:33:24 +01:00

init: disable fsdev cwd to prevent abort on fsdev usage (fsdev should not be used)

This commit is contained in:
Michael Scire 2021-10-27 22:57:09 -07:00
parent 4b7b33809f
commit 3e97e4addf

View file

@ -20,6 +20,8 @@ extern "C" {
constinit u32 __nx_fs_num_sessions = 1;
constinit u32 __nx_applet_type = AppletType_None;
constinit bool __nx_fsdev_support_cwd = false;
extern int __system_argc;
extern char** __system_argv;