I'm using devkit pro, trying to create a 3DS Homebrew app. I keep getting an error while doing "$make"
I have this code,
#include <3ds.h>
int main(){
gfxInitDefault();
gfxExit();
return 0;
}
It just says,
\*\*\* missing seperator. stop.
I am trying to make the app go to the home menu when started.
So, basically what happened was, I did $make
, and I expected the files to pop out, and I just got the error instead