rosalina: bump FS priority
This commit is contained in:
parent
991f51831d
commit
9ca52054cf
@ -103,6 +103,9 @@ void initSystem(void)
|
|||||||
if (R_FAILED(fsInit()))
|
if (R_FAILED(fsInit()))
|
||||||
svcBreak(USERBREAK_PANIC);
|
svcBreak(USERBREAK_PANIC);
|
||||||
|
|
||||||
|
if (R_FAILED(FSUSER_SetPriority(-16)))
|
||||||
|
svcBreak(USERBREAK_PANIC);
|
||||||
|
|
||||||
// **** DO NOT init services that don't come from KIPs here ****
|
// **** DO NOT init services that don't come from KIPs here ****
|
||||||
// Instead, init the service only where it's actually init (then deinit it).
|
// Instead, init the service only where it's actually init (then deinit it).
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user