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

→‎macOS: Added new version of kext by request from jackoalan. (The old version works up to 10.12 but not 10.13)
No edit summary
(→‎macOS: Added new version of kext by request from jackoalan. (The old version works up to 10.12 but not 10.13))
Line 25: Line 25:


==== Easy Install ====
==== Easy Install ====
[https://forums.dolphin-emu.org/attachment.php?aid=13495 Installer Package]
[https://forums.dolphin-emu.org/attachment.php?aid=16638 Installer package for macOS El Capitan (10.11) and later]
 
[https://forums.dolphin-emu.org/attachment.php?aid=16637 Installer package for older versions of macOS]


==== Terminal Install ====
==== Terminal Install ====
[https://forums.dolphin-emu.org/attachment.php?aid=13485 Standalone Kext]
[https://forums.dolphin-emu.org/attachment.php?aid=13485 Standalone kext for macOS El Capitan (10.11) and later]
 
[https://forums.dolphin-emu.org/attachment.php?aid=13485 Standalone kext for older versions of macOS]
 
<pre>
<pre>
sudo cp -r ~/Downloads/SmashEnabler.kext /Library/Extensions/SmashEnabler.kext
sudo cp -r ~/Downloads/SmashEnabler.kext /Library/Extensions/SmashEnabler.kext
Line 41: Line 46:


==== macOS with System Integrity Protection (SIP) ====
==== macOS with System Integrity Protection (SIP) ====
For newer versions of macOS, the unsigned Kernel Extension will fail to load.
On El Capitan (10.11) and later, the unsigned Kernel Extension will fail to load.
The only current workaround is to disable kernel-extension signing verification, which can be done in OSX Recovery Mode.
The only current workaround is to disable kernel-extension signing verification, which can be done in macOS Recovery Mode.
This will lessen security, and is not recommended.  
This will lessen security, and is not recommended.  
<pre>
<pre>
211

edits