Recent content by Mike4Real

  1. Mike4Real

    Hacking Gamecube Adapter Support and FAQ

    Yes, I think it will. I have Area's Mac driver and I can use my Gamecube controller for lots of things on my Mac. If the Steam games you want to use it on can see a list of USB devices connected to your Mac then it should work. If the game can't see it on a list of devices, there's another...
  2. Mike4Real

    Hacking Gamecube Adapter Support and FAQ

    Something I noticed, I think some applications do recognize all 4 ports separately as their own devices. This is only one obscure example but I was using your driver to let me use a GameCube controller on an N64 emulator, Project64K. Its a Windows N64 emulator that supports netplay, and I run it...
  3. Mike4Real

    Hacking Gamecube Adapter Support and FAQ

    Hey area, someone else made a Mac driver: https://github.com/mitchdzugan/osx-wiiu-gcc-adapter I am not sure how it compares or if there's anything to learn from it, but I will be continuing to use your kext file since I've already got it set up. He also made a post about it on the Smash...
  4. Mike4Real

    Hacking Gamecube Adapter Support and FAQ

    I think this is why you're having that issue, when you download the files from Area's github, the driver isn't actually functional right away. For reasons that I don't really know about, no one I've seen really puts up drivers in the form of .kext files on the internet to download. I have one...
  5. Mike4Real

    Hacking Gamecube Adapter Support and FAQ

    Looks like you're right about instance allocation being the problem. I had to do the watch command like this on Mavericks: ./watch ioalloccount At first, I get this: Instance allocation = 0x004dc59c = 4977 K. I only did this once so far, but that number grew about 400 K every 2 seconds until it...
  6. Mike4Real

    Hacking Gamecube Adapter Support and FAQ

    Alright so I've got good news and bad news about the OS X driver on 10.9.5 Mavericks. The good news is that it works amazing in dolphin 4.0-652 on netplay and I can now play games with my friends who live far away on a GameCube controller. The bad news is that if I play on dolphin for about 45...
  7. Mike4Real

    Hacking Gamecube Adapter Support and FAQ

    Yea, its working :) . I downloaded Enjoyable but for some reason the application seems to think I am holding the control stick in a direction at all times, keeps jumping back to Axis 6 low. I was able to get the Dolphin Emulator Version 4.0-652 to recognize it as an "Unkown Device" without...
  8. Mike4Real

    Hacking Gamecube Adapter Support and FAQ

    Yea I think you're right, thanks for the help :). I ran what you suggested and I got: For all architectures: com.apple.iokit.IOHIDFamily = 2.0 com.apple.kpi.iokit = 13.4 com.apple.kpi.libkern = 13.4 com.apple.kpi.mach = 13.4 I changed OSBundleLibraries to these numbers (13.4...
  9. Mike4Real

    Hacking Gamecube Adapter Support and FAQ

    Thanks for your work on this driver area, I was hoping someone would get to it. I've downloaded Xcode and what you've made so far, and I was able to build GC.kext. I got stuck at trying to run it though, I followed your instructions in the readme, but terminal returns this after the third...