mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-10 06:01:52 +00:00
dmnt: fix missing init
This commit is contained in:
parent
44725c8910
commit
4191dcee75
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue