mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-09 21:51:45 +00:00
init: disable fsdev cwd to prevent abort on fsdev usage (fsdev should not be used)
This commit is contained in:
parent
4b7b33809f
commit
3e97e4addf
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue