Talk:How to use the Official GameCube Controller Adapter for Wii U in Dolphin: Difference between revisions

m
Text replacement - "(={2,})([^\s=])(.+)([^\s=])(={2,})" to "$1 $2$3$4 $5"
m (Text replacement - "(={2,})([^\s=])(.+)([^\s=])(={2,})" to "$1 $2$3$4 $5")
Line 1: Line 1:
==Weird formatting in the main site==
== Weird formatting in the main site ==
Uh, viewing the guide from the main site doesn't display the Infobox properly. Shouldn't we ping delroth or Parlane? It may not be fixable by us... - [[User:Jhonn|Jhonn]] ([[User talk:Jhonn|talk]])
Uh, viewing the guide from the main site doesn't display the Infobox properly. Shouldn't we ping delroth or Parlane? It may not be fixable by us... - [[User:Jhonn|Jhonn]] ([[User talk:Jhonn|talk]])


Line 20: Line 20:
He doesn't want to fool with it, so I'm going to just remove the infobox. - [[User:MaJoR|MaJoR]] ([[User talk:MaJoR|talk]]) 03:30, 3 January 2015 (CET)
He doesn't want to fool with it, so I'm going to just remove the infobox. - [[User:MaJoR|MaJoR]] ([[User talk:MaJoR|talk]]) 03:30, 3 January 2015 (CET)


==OS X native support==
== OS X native support ==
A change that referred to a codeless kext that allows the native Gamecube adapter support to work was removed by [[User:MaJoR|MaJoR]] with the comment "That is not native gamecube controller support, that's a system driver." Thought I should make the comment that codeless kexts are not absolutely not system drivers. They are specially crafted kernel extensions that prevent other drivers from loading. In this case we need to prevent IOUSBHIDDriver from loading as the HID report descriptor of the WUP-028 makes the device unusable (believe me, I have tried to get it working as a Joystick). With the a codeless kext installed libusb is able to access the WUP-028 in the same way as is done under Linux. So, it is native support!
A change that referred to a codeless kext that allows the native Gamecube adapter support to work was removed by [[User:MaJoR|MaJoR]] with the comment "That is not native gamecube controller support, that's a system driver." Thought I should make the comment that codeless kexts are not absolutely not system drivers. They are specially crafted kernel extensions that prevent other drivers from loading. In this case we need to prevent IOUSBHIDDriver from loading as the HID report descriptor of the WUP-028 makes the device unusable (believe me, I have tried to get it working as a Joystick). With the a codeless kext installed libusb is able to access the WUP-028 in the same way as is done under Linux. So, it is native support!