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();
aptInit();
hidInit(NULL);
gfxInit();
gfxInitDefault();
gfxSet3D(false);
fsInit();
InitOutput();