1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-20 05:53:24 +01:00

dmnt: fix missing init

This commit is contained in:
Michael Scire 2019-06-20 04:04:11 -07:00
parent 44725c8910
commit 4191dcee75

View file

@ -72,6 +72,7 @@ void __appInit(void) {
R_ASSERT(lrInitialize());
R_ASSERT(setInitialize());
R_ASSERT(setsysInitialize());
R_ASSERT(hidInitialize());
R_ASSERT(fsInitialize());
});