#169513 - GugloPWN - Sun Jul 19, 2009 11:17 pm
Hi,
I am having a problem getting nitroFS to work. My program works fine in no$gba, but doesn't work with my Acekard 2i on a DSi. The files arent being found on hardware, but are there in the emulator. The read function worked fine with fat, so I don't think theres a problem with that.
A simplified version of my code:
nitroFSInit();
char filename[64] = "myfile.bin";
FILE* file = fopen(filename,"rb");
if(file == NULL) printf("\n%s file not found",filename);
Im getting a lot of "deprecated conversion from string..." but I don't suspect that's an issue. I tried to get my code to work with EFS but had the same problem. Changing filename to "nitrofiles:/myfile.bin" had no effect.
Thanks!
I am having a problem getting nitroFS to work. My program works fine in no$gba, but doesn't work with my Acekard 2i on a DSi. The files arent being found on hardware, but are there in the emulator. The read function worked fine with fat, so I don't think theres a problem with that.
A simplified version of my code:
nitroFSInit();
char filename[64] = "myfile.bin";
FILE* file = fopen(filename,"rb");
if(file == NULL) printf("\n%s file not found",filename);
Im getting a lot of "deprecated conversion from string..." but I don't suspect that's an issue. I tried to get my code to work with EFS but had the same problem. Changing filename to "nitrofiles:/myfile.bin" had no effect.
Thanks!