#155071 - iljanated - Thu Apr 24, 2008 7:12 pm
Hi,
I'm trying to do some programming for the DS (devkitpro) but have the following problem:
- I created a working .nds program (hello world incl some 3D triangles)
- I converted it to .ds.gba (dsbuild.exe)
- I appended a test folder with some data in it to the .nds and the .ds.gba (ndstool)
- I try accessing the data in the testprogram using nitrofs (the showdir function in the exampleprogram of nitrofs wiki)
--> on my DS it works : it shows the content of the testfolder
--> on No$Gba it initializes nitroFS correctly but the testfolder is empty (initialization of fatlib doesn't work of course)
I tried both .nds and .ds.gba versions but I can't find/open any files
I've looked on the internet but only found some posts on messageforums stating nitrofs should work on no$gba ...
I'm trying to do some programming for the DS (devkitpro) but have the following problem:
- I created a working .nds program (hello world incl some 3D triangles)
- I converted it to .ds.gba (dsbuild.exe)
- I appended a test folder with some data in it to the .nds and the .ds.gba (ndstool)
- I try accessing the data in the testprogram using nitrofs (the showdir function in the exampleprogram of nitrofs wiki)
--> on my DS it works : it shows the content of the testfolder
--> on No$Gba it initializes nitroFS correctly but the testfolder is empty (initialization of fatlib doesn't work of course)
I tried both .nds and .ds.gba versions but I can't find/open any files
I've looked on the internet but only found some posts on messageforums stating nitrofs should work on no$gba ...