Hacking Gamecube Controller Wad Manager 1.4

  • Thread starter Thread starter andrewhan4
  • Start date Start date
  • Views Views 8,978
  • Replies Replies 11

andrewhan4

Well-Known Member
Newcomer
Joined
Mar 17, 2009
Messages
82
Reaction score
8
Trophies
1
XP
184
Country
Hi,

I made this quick mod of Wad Manager 1.4 to work with the Gamecube Controller.

This is useful for people that have Bootmii as Boot 2 and have deleted their System Menu or System Menu IOS and don't have or don't want to restore using a nand backup

Note, this only works with the Gamecube Controller it doesn't work with the Wiimote - Sorry getting them both working together is beyond my coding capabilities
frown.gif


If you like this please mirror it as only 10 downloads available

Wad Manager Mod by AndrewHan4
 
Cool, very useful, even though I don't need it but I'm sure a lot of other people will appreciate this
 
to get both GC and wii controller support, can't you change for example

Code:
if(buttons & WPAD_BUTTON_A){do this}
in
Code:
if(buttons & WPAD_BUTTON_A || buttons2 & PAD_BUTTON_A){do this}
or
Code:
if(buttons & WPAD_BUTTON_A){do this}; 
if(buttons2 & PAD_BUTTON_A){do this}

?

Of course you would need to include both wpad.h (for wii) and pad.h (for gc).
The buttons2 function checks if a button on the GC pad is pressed
 
HiBit said:
Sorry, it's a good job, but there are some mods with gc support.

One is here:
http://gbatemp.net/lofiversion/index.php/t154019.html

wink.gif


Sorry didn't know it had been done already, it was really something I did for myself and thought i'd share it but hey nevermind


QUOTE(Bladexdsl @ Jul 27 2009, 05:17 PM)nice but a bit late 1.5 is out now tongue.gif

This only has 1 use, it makes no difference if it's a mod of v1.4 or v1.5
cool.gif
 
andrewhan4 said:
This only has 1 use, it makes no difference if it's a mod of v1.4 or v1.5
cool.gif
Actually 1.5 has NAND emulation

I can't test the codes I posted as I don't have the correct libs and all, but It should be something like them
smile.gif
 

Site & Scene News

Popular threads in this forum