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 cb7f4e7757
commit 0a0bd74ca2

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;