Loading files from a filesystem
Moderator: eKid
Loading files from a filesystem
Does this program support loading arbitrary files using libfat? Or does it only support songs hard-coded into the .nds file during compilation? I'm working on something with a large soundtrack (~70 IT modules, 4mb total) and it just doesn't seem feasible to keep every song loaded in memory...
Re: Loading files from a filesystem
Use I've used this successfully with a 128MB+ soundbank file.
Code: Select all
mmInitDefault(char* soundbank_filename);
Re: Loading files from a filesystem
Ah, thank you!mtheall wrote:UseI've used this successfully with a 128MB+ soundbank file.Code: Select all
mmInitDefault(char* soundbank_filename);
Re: Loading files from a filesystem
do you guy s know if its possible to load models from the rom with nitrofile system or that listed above?
Re: Loading files from a filesystem
Of course. You can load anything you want from the nitro filesystem. Maybe you're asking the wrong question.
Re: Loading files from a filesystem
how tho? what code?mtheall wrote:Of course. You can load anything you want from the nitro filesystem. Maybe you're asking the wrong question.
Re: Loading files from a filesystem
Look at the examples 'filesystem/nitrofs/nitrodir'
Who is online
Users browsing this forum: No registered users and 1 guest