Recent content by patters

  1. patters

    Homebrew Official HID to VPAD

    I revisited my Adaptoid fork of the Aroma controller_patcher code to task Claude Code with resolving the strange behaviour of centered stick readings regardless of position if the HID data isn't changing when mapped as a Pro Controller (not an issue when mapped as GamePad). Claude solved it by...
  2. patters

    Minecraft - creative mode full inventory missing

    I haven't really played this game on the Wii U, but my daughter had spent many tens of hours in Creative Mode. Something has happened though, and she can no longer seem to get the full inventory of materials which she tells me had been accessible on the X button. Can anyone suggest what may have...
  3. patters

    EZFlash IV white screen/instant power off after flash attempt

    Are you sure this isn't the FAT16 versus FAT32 issue? The old firmware 1.x needs the SD to be FAT16, but once flashed to 2.x it must be a FAT32 formatted SD.
  4. patters

    PCEAdvance CD-ROM support - howto required

    https://github.com/patters-match/pceadvance?tab=readme-ov-file#pc-engine-cd-rom-support The working builder is here: https://github.com/patters-match/gba-emu-compilation-builders
  5. patters

    Homebrew Tutorial SDUSB - The modern way to play Wii U games from SD - at full speed

    I own a hacked Wii U with an old M.2 SSD connected via USB. I always found it a bit unsatisfactory having to have this separate device attached. For Christmas I gifted a Wii U console to a friend's kids and I followed this guide and it all works beautifully - really nice work! A single 256GB SD...
  6. patters

    Hacking What's the most authentic N64 controller that is compatible with the Wii U?

    I have expanded HID to VPAD to work with the Adaptoid USB adaptor for real N64 controllers. It's an old device which will be virtually impossible to find now though. It works well, now for Aroma too: https://gbatemp.net/threads/hid-to-vpad.424127/post-10526281 1737307950 There are cheaper...
  7. patters

    Native sleep mode fix patches for EZ-FLASH IV

    Do you have a modded screen in an AGB console with a Select + L/R brightness control? I have the FunnyPlaying ITA and it causes this issue. No such problem on my GBMicro or on my GBA SP.
  8. patters

    Homebrew Official HID to VPAD

    Out of interest, are you using it with an Adaptoid, or some other device with greater than 8bit axis reports?
  9. patters

    Homebrew Super Mario 64 Port - Wii U

    Has anyone got a build which fixes this problem? It's meant to be configurable with the settings file, but that value is replaced every time without effect.
  10. patters

    Homebrew Official HID to VPAD

    I cleaned up my fork of the Aroma controller_patcher code some more and turned the axis processing into a function rather than repeating a huge chunk four times. It will be possible to make INI files for racing wheels and pedals which use 16bit HID axis reports, using this build. See the notes...
  11. patters

    SD card size upgrade - payload won't load.

    That's what I had done in the first instance when it didn't work. However I didn't confirm what the partition table type was before I blew it all away with Rufus.
  12. patters

    SD card size upgrade - payload won't load.

    Not sure. I didn't check. It was ExFAT from the packet (since SDXC spec) and I just clicked format and selected FAT. So I think it leaves the partitions unchanged. So either it was already UEFI, or macOS defaults to that on large removable media.
  13. patters

    SD card size upgrade - payload won't load.

    I used Rufus to repartition and format it on a PC and it's working fine now. I suspect that it was probably UEFI partitioned when it needed to be MBR partitioned. I probably could have done that on the Mac. But at least this info will be here now in case someone else has the issue.
  14. patters

    SD card size upgrade - payload won't load.

    Full size SD. Could it be a fragmentation issue perhaps?
  15. patters

    SD card size upgrade - payload won't load.

    Hmm. It is FAT32 with 32K allocation units though. I have checked with `diskutil info`. I'll try using a PC to format it, but I'm wondering if the card might be defective.