Fix compilation with latest ctrulib

This commit is contained in:
FenrisulfrX 2015-01-12 09:16:07 -02:00
parent ef9eb0d006
commit 5af0875ec1

View File

@ -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();