mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-17 18:29:19 +01:00
Fix libnx update
This commit is contained in:
parent
00c2c44271
commit
990d82f40b
@ -105,9 +105,9 @@ main(int argc,
|
|||||||
gfxInitDefault();
|
gfxInitDefault();
|
||||||
gfxSet3D(false);
|
gfxSet3D(false);
|
||||||
sdmcWriteSafe(false);
|
sdmcWriteSafe(false);
|
||||||
/* initialize needed Switch services */
|
|
||||||
#elif defined(__SWITCH__)
|
#elif defined(__SWITCH__)
|
||||||
nifmInitialize();
|
/* initialize needed Switch services */
|
||||||
|
nifmInitialize(NifmServiceType_User);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* initialize console subsystem */
|
/* initialize console subsystem */
|
||||||
|
Loading…
Reference in New Issue
Block a user