rosalina: bump FS priority

This commit is contained in:
TuxSH 2020-07-07 23:27:26 +01:00
parent 991f51831d
commit 9ca52054cf
1 changed files with 3 additions and 0 deletions

View File

@ -103,6 +103,9 @@ void initSystem(void)
if (R_FAILED(fsInit()))
svcBreak(USERBREAK_PANIC);
if (R_FAILED(FSUSER_SetPriority(-16)))
svcBreak(USERBREAK_PANIC);
// **** DO NOT init services that don't come from KIPs here ****
// Instead, init the service only where it's actually init (then deinit it).