Recent content by Merle

  1. Merle

    GBA DS Style — A Nintendo DS-Inspired Custom Kernel for EZ-Flash Omega & Omega DE

    Thanks a lot for the bugfix update! It's really appreciated. 🙂 There's still some extra bit of polish I believe we could have, like: - Hiding systems files at the root of the SD card, like ezkernelnew.bin and SYSTEM, as well as common system metadata files like .Trash, .Trash-1000, .DS_Store...
  2. Merle

    GBA DS Style — A Nintendo DS-Inspired Custom Kernel for EZ-Flash Omega & Omega DE

    I'm using 6.7 and when O set my system to French, when I boot the console it always sets itself back to title thumbnails. If I switch back to English (any variant) it works anew. If I look at SETTINGS.TXT, some settings are saved in French, which I assume is the root of the issue. Also I...
  3. Merle

    GBA DS Style — A Nintendo DS-Inspired Custom Kernel for EZ-Flash Omega & Omega DE

    Thanks so much for all you did! You really helped polish the experience of using a GBA to some fairly high standard.
  4. Merle

    GBA DS Style — A Nintendo DS-Inspired Custom Kernel for EZ-Flash Omega & Omega DE

    The amount of polish we can gain from this feature, thanks so much! 🤩 1780590371 Here are some more square custom directory thumbnails, I adjusted the pixel alignment the best I could to make them look sharp, and Iredid the Virtual Console one the same way. The logos likely will look better in...
  5. Merle

    GBA DS Style — A Nintendo DS-Inspired Custom Kernel for EZ-Flash Omega & Omega DE

    On my Omega DE I have a directory at the root called "Virtual Console" where I have the "Game boy", "Game Boy Color" and "Game Gear" directories. I wonder if we could have thumbnails for some specially named directory, to e.g. have the Virtual Console logo for the "Virtual Console" directory...
  6. Merle

    GBA DS Style — A Nintendo DS-Inspired Custom Kernel for EZ-Flash Omega & Omega DE

    I probably could add some way to give a ROM path and extract the code from it. I probably also should check the code matches ^[0-9A-Z]{4}$, but well, it's already something. Let me know what you think of it! 🙂
  7. Merle

    GBA DS Style — A Nintendo DS-Inspired Custom Kernel for EZ-Flash Omega & Omega DE

    I wrote a simple thumbnail generator in Rust, I can't share links yet as this is only my second post, but it's at codeberg dot org slash aplazas slash ezflash-omega-thumbnailer. Build and install it with Cargo, and run it like ezflash-omega-thumbnailer --square --code BMXE mzm.png to get an...
  8. Merle

    GBA DS Style — A Nintendo DS-Inspired Custom Kernel for EZ-Flash Omega & Omega DE

    Thanks a lot for this kernel! I wrote a tiny Rust program to help create more square thumbnails, I'll share it after giving it a decent minimal CLI and publishing it somewhere. 🙂 Also once I posted enough here to share links.