stratosphere: Fix fs.mitm bis_protect race condition.

This commit is contained in:
Michael Scire 2018-11-30 02:42:48 -08:00
parent bcdfc53d7d
commit 49ad66e478
9 changed files with 41 additions and 10 deletions

View file

@ -102,7 +102,6 @@ void __appInit(void) {
rc = smManagerAmsInitialize();
if (R_SUCCEEDED(rc)) {
smManagerAmsEndInitialDefers();
smManagerAmsExit();
} else {
fatalSimple(0xCAFE << 4 | 2);
}