Search results

  1. NotImpLife

    FSPDS 1.0 Announcement: Flipnote Studio Player for Nintendo DS

    FSPDS is a homebrew app that allows DSi flipnotes playback on any DS console, via flashcard or custom firmware. This was a nice project to work on, and I'm happy to share it with the world. Main features: - can load flipnotes from any path on the SD card - can view details like flipnote...
  2. NotImpLife

    Access SRAM with libnds?

    I was writing some homebrew game and once had the need to save the game progress and I wonder how can I do that in the way commercial games do. I mean, in order to make my game run fine on both hardware and emulators, I want to save 'directly to the card' instead of using the SD card. (this...
  3. NotImpLife

    Homebrew [N00b Question] How are the vertices lists generated in 3ds examples?

    Hi! I just wanna display a 3d model on a 3DS and I have no clue where to start from. I studied the examples/3ds that come with devkitPro and found these things: Extract from lenny\...\lenny.c: const vertex vertex_list[3345] = { { -0.48246, 0.00967688, -0.179352, 0, -1.85661e-012, -1, }, {...
  4. NotImpLife

    Homebrew libnds : soundResume() actually restarts the whole track?

    Hi! I have trouble with getting a soundtrack paused/resumed when clicking on a button. Here is the (oversimplified) code: int sound = soundPlaySample(soundData, SoundFormat_ADPCM, dataSize, freq, 100, 64, false, 0); soundPause(sound); // <-- it pauses after (let's say) 3 seconds...
General chit-chat
Help Users
    light27 @ light27: oh it’s the least I could do +1