switch: remove unneeded fs session limit

This commit is contained in:
p-sam 2023-10-09 20:38:37 +00:00 committed by Andrei Alexeyev
parent dde77f824e
commit 668cdaea44
No known key found for this signature in database
GPG key ID: 72D26128040B9690

View file

@ -22,8 +22,6 @@
#define NX_LOG(str) NX_LOG_FMT("%s", str)
#define NX_SETENV(name, val) NX_LOG_FMT("Setting env var %s to %s", name, val);env_set_string(name, val, true)
uint32_t __nx_fs_num_sessions = 1;
static nxAtExitFn g_nxAtExitFn = NULL;
static char g_programDir[FS_MAX_PATH] = {0};
static AppletHookCookie g_hookCookie;