Search results

  1. Willicious

    WUP Installer GX2 is in serious need of an update. CONSTANT failure to install games

    OK, I'll give that a try later. It's a USB drive, not a HDD. If WUP Installer GX2 is only a GUI, then maybe it could provide better information as to exactly what's going wrong and where. "Bad SD card" is a bit vague, especially when the SD card is otherwise working well and doing its job...
  2. Willicious

    WUP Installer GX2 is in serious need of an update. CONSTANT failure to install games

    I find it unlikely that I've managed to acquire 3 bad/fake SD cards, that would be pretty unlucky. Let's assume that at least one of them is real and OK, because I don't have infinite money to keep buying SD cards. I always install to USB.
  3. Willicious

    WUP Installer GX2 is in serious need of an update. CONSTANT failure to install games

    OK, I'm getting a bit infuriated with this so bear with me. I've been installing several GC/Wii games using UWUVCI and WUP Installer GX2. About 40% of them have installed without any issues, but the other 60% are constantly failing to install. I get the following error: "Possible bad SD card...
  4. Willicious

    Hacking Nintendont

    First OK I didn't know that, thanks for letting me know ^_^ Second I know that the content of your screenshots is what's currently displayed in GitHub, that's exactly my point: the comment saying "this PR is incompatible" happened many months before the "merge conflicts" stuff that you...
  5. Willicious

    Hacking Nintendont

    First the dev I'm referring to responded to my pull request back in June 2024: Second the screenshot that you posted is from many months after I first posted the pull request, when upstream changes had been made and I hadn't yet merged them. And, also from after the dev (eku) had replied to...
  6. Willicious

    Hacking New Classic Controller Hacks

    Oh hey, no worries. We all get in bad moods from time to time. If I get time at some point I'll take a look at your instructions and see if I can figure out what to do from there. Thanks :)
  7. Willicious

    Hacking Nintendont

    For anyone interested, I've now updated my custom build of Nintendont with the new Exit/Reset button combos. Exit is now L, R, Start Reset is now A, Y, Start This makes much more sense for games such as SSX Tricky, Tony Hawk Pro Skater 3/4, Soul Calibur II, and any other game which might have...
  8. Willicious

    Hacking NINTENDONT - I want to turn off (or change) the reset/exit button combos

    I had the same problem, so I've implemented a fix in a custom build of Nintendont. You can find the latest version here, I'll try to keep it up to date as much as possible.
  9. Willicious

    Button combination for closing GC titles on Wii U Tiramisu

    For anyone else interested in this fix, here is a build of the latest version of Nintendont as of 30/04/2025 (Built from Nintendont commit 8f4324d). I'll aim to keep coming back and updating this build as much as possible. Exit is now L + R + Start Reset is now Y + A + Start Note that Start...
  10. Willicious

    Hacking New Classic Controller Hacks

    I imagine there are others who might be able to take the reins though...? I mean, depending on how difficult it is, I might even be able to have a go at it myself (with guidance/support). I see a list of codes, but no instructions as to what to do with those codes. More information is needed...
  11. Willicious

    Hacking [RELEASE] UWUVCI + Injectiine

    Thanks for this. Does anyone know if there's a way to remap buttons for DS injects? I'd ideally like to swap L+R and ZL+ZR for Tetris DS.
  12. Willicious

    Hacking DSInject - Definitive NDS Wii U Virtual Console Injector

    Thanks for this. Does anyone know if there's a way to remap buttons for DS injects? I'd ideally like to swap L+R and ZL+ZR for Tetris DS.
  13. Willicious

    Hacking Nintendont

    Nothing, it just stopped working. I'm thinking it might be a hardware issue; luckily, I have a spare console so I'll test a few injects on that one and report back.
  14. Willicious

    Hacking New Classic Controller Hacks

    Is there something to download to try out the hack or is it something we need to do manually? Had a good read through your post and can't seem to find any installation instructions... 1747047631 Also, game request: Sonic Riders Zero Gravity
  15. Willicious

    Hacking Nintendont

    Only GameCube games are affected, and the blank screen happens when Nintendont attempts to run any game.
  16. Willicious

    Hacking Nintendont

    Wii U with latest Aroma. All GC have have suddenly stopped loading properly (they were previously working). When launching a game, we just get a blank screen. Any ideas what could be going wrong? Things I've tried: Updating Nintendont Updating Aroma Resetting Nintendont config to defaults...
  17. Willicious

    Super Mario Sunshine - Flooded Delfino Plaza Game Save 1.0

    This is a save state in RAW (GC memory card) format for Super Mario Sunshine. It's created at the point in the game where Corona Mountain has been opened and Delfino Plaza is flooded. It only happens once in the game and the state cannot be returned to once Mario has entered Corona Mountain...
  18. Willicious

    Homebrew Official Retroarch WiiU (wip.)

    It looks like a lot of the variables are undeclared. Without having the project in front of me it's difficult to see exactly what's going wrong but my best guess is that the variables used here aren't declared in the upstream copy, so maybe merging the two (and/or resolving the conflicts) has...
  19. Willicious

    Homebrew Official Retroarch WiiU (wip.)

    That's a type mismatch. The program is expecting vout_update to return an integer, but it must be declared as "void" rather than "int" somewhere. In that case, whenever you get conflicts in future, delete the "<<<<<< HEAD" line, and then everything from "======" to ">>>>>> upstream/master" and...