Recent content by rasalopa

  1. rasalopa

    [DSpico] Pico Launcher Enhanced, and PicoDex, a browser tool for the SD card

    v1.6.0 is out. Main thing: jump by first letter. in a folder sorted by name, L and R jump to the previous / next initial and the counter shows the letter you land on, so a big library is quick to move through. (asked upstream in #75, kept it on the shoulders so the d-pad stays free for normal...
  2. rasalopa

    DSpico - An open-source flashcart for the DS(i)

    Pico Launcher reads covers from /_pico/covers. The format is a bit specific, so that is probably why plain box art packs dont just work. It wants 8bpp (256 color) BMP files, 128x96 pixels, and only the left 106x96 is actually shown (the right side is padding). For DS and GBA it matches by game...
  3. rasalopa

    Homebrew [DsPico] Made a small web app to create themes easly for Pico Launcher

    what happened to it exactly? wrong color, text in the wrong place, or a wrong image? tell me and i can give you the exact steps. meanwhile, the fastest fix for most cases: on the theme creator site there is a "Load Theme" button. click it and give it the file called theme.json, it is inside...
  4. rasalopa

    DSpico - An open-source flashcart for the DS(i)

    hi, i think you have two separate problems and the firmware is not the one blocking your emulators. in your first post the card boots on your DSi XL and DS, GB/GBC and GBA all work, only NES, SNES and Atari white screen. so the card was already fine on the DSi. WRFUxxed will not fix the...
  5. rasalopa

    [DSpico] Pico Launcher Enhanced, and PicoDex, a browser tool for the SD card

    Hi everyone. I have been working on a few things for the DSpico for the last weeks and I wanted to share them here. Pico Launcher Enhanced is my fork of Pico Launcher. It keeps everything the original does and adds: Favorites (press X) and completed marks (hold X), with filters in the app bar...
  6. rasalopa

    Homebrew [DsPico] Made a small web app to create themes easly for Pico Launcher

    yes, you dont have to start from scratch. a theme is just a folder in _pico/themes on the sd card. the settings are in theme.json, plain text you can edit directly, and the images are the .bin files. so you can copy the folder of a theme you like, rename it, edit the json and replace only the...
  7. rasalopa

    DSpico - An open-source flashcart for the DS(i)

    Hi everyone, first post here. I got my DSpico a few months ago and I'm really impressed with it — the open source approach is what convinced me to buy one. I've been playing around with the launcher code lately (favorites, play time tracking, that kind of thing) and it's been a lot of fun. Big...