Recent content by N8thePWNr

  1. N

    Homebrew app Emulator mGBA-GX - GBA/GBC/GB emulator for Wii

    Version 1.2.0 has been uploaded to GitHub. Now supports loading from ZIP (.gba, .gb, and .gbc, as well as .sgb and a few other obscure filetypes) Real-time clock support Added GBC boot palettes for GB games (emulation type must be set as Game Boy Color, only supports .gb games) Added new...
  2. N

    Homebrew app Emulator mGBA-GX - GBA/GBC/GB emulator for Wii

    Thank you all for your testing and feedback. I'll see if I can look into the output resolution, since 240p and 224p run at the same hz theoretically I should be able to implement it but I would need to take a deeper dive. Fixing the audio with frameskip enabled shouldn't be tough to fix, I think...
  3. N

    Homebrew app Emulator mGBA-GX - GBA/GBC/GB emulator for Wii

    Try this one out, I want to make sure that it's at least functioning properly before I push this to GitHub. I have tested the sharp bilinear and there is noticeable reduction in things like shimmering from uneven pixel sizes compared to with the filter off. Audio sounds better to me, maybe not...
  4. N

    Homebrew app Emulator mGBA-GX - GBA/GBC/GB emulator for Wii

    I'll take a look. Hotfix is coming at some point tomorrow because it's getting late, though I cannot guarantee that everything is going to be fixed, especially in cases where I cannot replicate your issues like the Classic Controller. Please do not think I am brushing you off because I am...
  5. N

    Homebrew app Emulator mGBA-GX - GBA/GBC/GB emulator for Wii

    Version 1.1.0 has been uploaded to GitHub. -Classic (non-tabbed) selection menu now consolidates GB/GBC/GBA roms into one list -Rom paths are now cached after viewing the first time on boot, so switching between tabs/returning to the game selection menu should be quicker -Frameskip option has...
  6. N

    Homebrew app Emulator mGBA-GX - GBA/GBC/GB emulator for Wii

    Good, I'm working on the next update. Spending a lot of time diagnosing the GB/GBC audio issue so that's what has been taking up most of my development. Other than that I've made improvements to the tabbed rom menu, as well as the sharp bilinear filter (I tested this on my crt at 480i and I...
  7. N

    Homebrew app Emulator mGBA-GX - GBA/GBC/GB emulator for Wii

    Thank you! I have added this to the OP with credits :) In the next release I will add a frameskip toggle so hopefully that may remedy the issue. If my understanding is correct, that feature is likely outside of the scope of this project. See below as to why
  8. N

    Homebrew app Emulator mGBA-GX - GBA/GBC/GB emulator for Wii

    I've uploaded a full-resolution png of the mGBA-GX logo to the GitHub repo for those that want to use it for channel creation and such
  9. N

    Homebrew app Emulator mGBA-GX - GBA/GBC/GB emulator for Wii

    Thank you everyone for your feedback, it's greatly appreciated and I'll take a look at some of the issues brought up here in the coming days. My main fix to the audio in the last release was specifically at framepacing issues when not running at 59.976hz, but I'm gonna take a closer look at how...
  10. N

    Homebrew app Emulator mGBA-GX - GBA/GBC/GB emulator for Wii

    If it's not already in there I'll look into it! I was mostly concerned with getting SGB borders loading properly so I hadn't paid much attention to the other Super Game Boy features.
  11. N

    Homebrew app Emulator mGBA-GX - GBA/GBC/GB emulator for Wii

    Version 1.0.1 has been uploaded to GitHub -Audio improvements, especially for PAL users or anyone else running at 50hz -Fixed Classic Controller input polling -Boktai sun support (initial support, the option is under "game settings" when running Boktai/B2)
  12. N

    Homebrew app Emulator mGBA-GX - GBA/GBC/GB emulator for Wii

    I not entirely certain whether or not they would work, but I would assume they do. If your forwarders load mGBA from /apps/mgba/boot.dol, you can try replacing the .dol with mGBA-GX's and reporting back if they work or not. I didn't touch any code from mGBA that would change how arguments are...
  13. N

    Homebrew app Emulator mGBA-GX - GBA/GBC/GB emulator for Wii

    I appreciate your feedback my friend! I think I've found the source of the Classic Controller polling issue and I'm fixing that now, then I'm gonna see if I can fix the audio. I'll also look into adding more rendering options like Bilinear Super Sharp. Originally this project started out as...
  14. N

    Homebrew app Emulator mGBA-GX - GBA/GBC/GB emulator for Wii

    I'll look into the audio interpolation, I didn't notice any issues on my end, then again I don't have the best ear for that sort of stuff. As for the picture stretching/adjustment, try setting "Fixed Pixel Ratio" to Disabled, this should allow you to adjust the vertical/horizontal output.
  15. N

    Homebrew app Emulator mGBA-GX - GBA/GBC/GB emulator for Wii

    A GB / GBC / GBA emulator for Wii mGBA-GX is a Wii homebrew Game Boy / Game Boy Color / Game Boy Advance emulator. It's built on the menu/UI frontend of Visual Boy Advance GX (by Tantric), but with mGBA swapped in as the actual emulation core in place of the original VBA-M backend. GitHub...