Fix compilation with latest ctrulib
This commit is contained in:
parent
ef9eb0d006
commit
5af0875ec1
@ -16,7 +16,7 @@ int main(int argc, char** argv)
|
|||||||
srvInit();
|
srvInit();
|
||||||
aptInit();
|
aptInit();
|
||||||
hidInit(NULL);
|
hidInit(NULL);
|
||||||
gfxInit();
|
gfxInitDefault();
|
||||||
gfxSet3D(false);
|
gfxSet3D(false);
|
||||||
fsInit();
|
fsInit();
|
||||||
InitOutput();
|
InitOutput();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user