Recent content by Cycle2L

  1. C

    Is there any way to read pictures or audio from nitrofs with libnds?

    Oh, I found through the 3D engine manual that the glresettextures() function can be called to solve this problem. Thank you again !:):)
  2. C

    Is there any way to read pictures or audio from nitrofs with libnds?

    Thank you for your help ! :) I have successfully read the desired image from nitrofs. Everything looked great until I found some problems when I tried to reload the pictures every frame (just for testing). It was found that under such circumstances, each picture would gradually become...
  3. C

    Is there any way to read pictures or audio from nitrofs with libnds?

    I'm trying to make my own NDS games with libnds. I want to load audio and pictures dynamically in use instead of occupying ram all the time. However, I find that libnds only provides an example of reading plain text files from nitrofs, and I don't see an example of reading audio or images and...