Hey, thanks for the tip.
Do you have an example?
thanks in advance.
Hey, thanks for the tip.
Do you have an example?
thanks in advance.
Were you able to find out ?Now I want to do the same for the Nintendo Game Cube. I was able to compile my code with no erros, I just need to know where to put my image files to load the images using SDL_LoadBMP.
Could you explain how the Game Cube file system works?
Code: Select all
int main(void);
int SDL_main(int argc, char *argv[]) {
return main();
}
int main(void) {...