mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-18 08:11:21 +00:00
dmnt: fix missing init
This commit is contained in:
parent
44725c8910
commit
4191dcee75
@ -72,6 +72,7 @@ void __appInit(void) {
|
||||
R_ASSERT(lrInitialize());
|
||||
R_ASSERT(setInitialize());
|
||||
R_ASSERT(setsysInitialize());
|
||||
R_ASSERT(hidInitialize());
|
||||
R_ASSERT(fsInitialize());
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user