strat: no longer materially constrained by sm session limit
This commit is contained in:
@@ -110,9 +110,9 @@ void __appInit(void) {
|
||||
/* Disable FS auto-abort. */
|
||||
fs::SetEnabledAutoAbort(false);
|
||||
|
||||
sm::DoWithSession([&]() {
|
||||
R_ABORT_UNLESS(fsInitialize());
|
||||
});
|
||||
R_ABORT_UNLESS(sm::Initialize());
|
||||
|
||||
R_ABORT_UNLESS(fsInitialize());
|
||||
|
||||
ams::CheckApiVersion();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user