Recent content by RocketRobz

  1. RocketRobz

    Homebrew [DS(i) & 3DS] AKMenu-Next - Wood frontend for nds-bootstrap & Pico-Loader

    The "card" in "Card Read DMA" (and other card read settings/SDK functions) refers to the original DS game cards (where the ROMs would originate from).
  2. RocketRobz

    Homebrew [DS(i) & 3DS] AKMenu-Next - Wood frontend for nds-bootstrap & Pico-Loader

    Some DS games use the DMA hardware to read ROM data asynchronously (where the CPU can't), which as a result, allows game code to keep running at the same time the data gets read from the ROM.
  3. RocketRobz

    Homebrew [DS(i) & 3DS] AKMenu-Next - Wood frontend for nds-bootstrap & Pico-Loader

    They asked about the card read DMA setting in akmenu-next, not running 3DS games or unlocking anything in GBA games. Did you mean to post this in a different thread?
  4. RocketRobz

    GBARunner3?

    Development on GBARunner3 is paused, as the developer is currently working on DSpico stuff. It may take a while before they get back to working on GBARunner3 again.
  5. RocketRobz

    Homebrew Safe NAND Manager - Safely dump or restore your DSi NAND!

    Use the tools from this guide to reformat and check the SD card for errors: https://dsi.cfw.guide/sd-card-setup.html
  6. RocketRobz

    Homebrew Safe NAND Manager - Safely dump or restore your DSi NAND!

    Is this when you dump the NAND or restoring it?
  7. RocketRobz

    Homebrew MPEG4 Player for DS and DSi

    You need an old version of FFmpeg (v7.0.2). Follow these steps here to install it an convert the video: https://wiki.ds-homebrew.com/ds-index/videoplayers#mpeg4player
  8. RocketRobz

    DSi game keeps crashing with the same error, DSi XL

    Which version of TWiLight Menu++ and nds-bootstrap are you using?
  9. RocketRobz

    Homebrew [DS(i)/3DS] TWiLight Menu++ - GUI for DS(i) games, and DS(i) Menu replacement

    If box art for folders still aren't working, you'll need to wait for a fix.
  10. RocketRobz

    Homebrew [DS(i)/3DS] TWiLight Menu++ - GUI for DS(i) games, and DS(i) Menu replacement

    You name the png files the same names as the folders. I've not actually tested it, so it's possible I missed something.
  11. RocketRobz

    Homebrew [DS(i)/3DS] TWiLight Menu++ - GUI for DS(i) games, and DS(i) Menu replacement

    What is the box art setting in TWLMenu++ Settings set to?
  12. RocketRobz

    Homebrew [Release] Rocket Video Player - Play videos with the ultimate in picture quality

    Unfortunately, no (to both). For movies, you could probably go down to 15FPS (or less) in order to reduce the amount of parts you may need. (Frames will be LZ77-compressed.) Each part would be around 1 minute and 30 seconds.
  13. RocketRobz

    Homebrew [Release] Rocket Video Player - Play videos with the ultimate in picture quality

    Is the ".rvid" size reduced? Possibly. Try reformatting the microSD card here: https://dsi.cfw.guide/sd-card-setup.html If the issue persists, try a different video player here: https://wiki.ds-homebrew.com/ds-index/videoplayers
  14. RocketRobz

    Homebrew [Release] Rocket Video Player - Play videos with the ultimate in picture quality

    60FPS frames are stored uncompressed, interlaced, and in 8BPP (256 on-screen colors), the latter two to keep frame sizes as small as possible. The longest 60FPS video you can have (while staying within the GBA ROM size limit of 32MB) is up to 25-30 seconds (depending on the video's aspect ratio).