|
arcbbb Random nobody Level: 3 Posts: 1/1 EXP: 70 For next: 58 Since: 11-30-08 Since last post: 13.4 years Last activity: 13.4 years |
|
| in my thought, there are a lot of .nds files in the fat32 filesystem of the mmc card,
for each game(.nds file), it may contains itself Nitro filesystem. when the official game is running on ARM9, how could it read the file from its Nitro filesystem, which is scattering on the fat32 filesystem. for example, the homebrew read its file by calling fatInitDefault(); // initialize FAT driver nitroFSInit("myndsfile.nds"); // nitrofs driver fd=open("nitro:/Th04_01.raw",O_RDONLY); therefore, the homebrew can access its file. but my question is , how can the official application run without modification on the binary rom? Thanks for your reply. |




