Recent content by wilm0x42

  1. wilm0x42

    Homebrew Need help with vWii gc adapter for project M

    Pretty much yes, but the issue isn't technically with the cIOS, but with IOS itself; some IOSes have different USB interfaces, which are currently incompatible with the hack. The issue is that most (if not all) cIOSes are based off of newer IOS versions (IOS58 in particular) which change the...
  2. wilm0x42

    Homebrew Need help with vWii gc adapter for project M

    Not Smash Stack, the Project M Launcher. Supposedly, the PM launcher enables the use of SDHC cards with Brawl (Specifically when using the file patch code that most Brawl hacks use.) That, paired with some suspicious behaviour of IOS_Open() when launched this way, is what leads me to believe...
  3. wilm0x42

    Homebrew Need help with vWii gc adapter for project M

    Well, one of the biggest motives I've had in this project is making PM more accessible, which means the least knowledgeable user (No homebrew channel installed, launching the PM launcher straight from smash stack) is still a big concern to me. I don't want to forget about them any more than...
  4. wilm0x42

    Homebrew Need help with vWii gc adapter for project M

    I hit a roadblock in debugging efforts, which is why things would seem to have stalled a bit, but I should be getting things back on track before too long. A summary of current plans seems in order: Although I do plan on helping polish Chadderz' BrainSlug solution, I intend to finish the one...
  5. wilm0x42

    Homebrew Need help with vWii gc adapter for project M

    Awww, shoot! :D My thunder has been thoroughly stolen! Also now I don't have to make a brainslug implementation myself! Also my work apparently still isn't done here! :P :P :P Nicely done, @Chadderz ! Exclamations aside, I can tell from the first 2 comments in Chadderz's code that the Brawl...
  6. wilm0x42

    Homebrew Need help with vWii gc adapter for project M

    I got gecko code output working flawlessly a couple weeks ago, so there won't be any trouble with that aspect of things. ...You know, except for the fact that the code is over 700 lines long. Nonetheless, it works just fine, in practice. (As long as you have the gameconfig.txt that comes with...
  7. wilm0x42

    Homebrew Need help with vWii gc adapter for project M

    AHA! I think I've got it! :D Thanks for having me take a closer look at those links, @Cyan ! Alright, so... Older IOSes (first IOS with USB up IOS56, inclusive), had games use /dev/usb/oh0 directly, if I'm not mistaken. This includes IOS36 (SSBB IOS), which is why my code follows suit and...
  8. wilm0x42

    Homebrew Need help with vWii gc adapter for project M

    I leave for ONE week, and everything's dissolved into cIOS chaos. Lovely. :P *Ahem* Perhaps things have gotten a bit off-track? Allow me to recap what's been done so far. Please correct me if I've made any mistakes here. As it was, the main outcome of failed configurations was the "Now...
  9. wilm0x42

    Homebrew Need help with vWii gc adapter for project M

    Need sleep. If you have any issues, I'll be back tomorrow. Good luck! This will also work on any normal wii. (That is, including the older wiis that lack gamecube controller ports.) Here's the official thread for this, containing the install instructions. It's already a hair outdated, but it...
  10. wilm0x42

    Homebrew Need help with vWii gc adapter for project M

    AHHHHH!!!! No, this GCT absolutely MUST be run with project M!
  11. wilm0x42

    Homebrew Need help with vWii gc adapter for project M

    It worked under standard Gecko OS. (At least, the code itself worked. I only just slapped together this particular GCT) There was never supposed to be a gameconfig.txt to begin with. That was just quick attempt at getting it running in a USB loader.
  12. wilm0x42

    Homebrew Need help with vWii gc adapter for project M

    Try using the GCT I attached. I includes the default PM codeset plus the latest Wii GCA Inject. Once I'm sure the GCT version works on more than just my wii, I'll release it. Oops! Sorry, I forgot to mention how that went! It works flawlessly... (Which is a good thing, 'cause the disk drive on...
  13. wilm0x42

    Homebrew Need help with vWii gc adapter for project M

    Should be pretty much instantaneous. :/ Looks like I'm gonna need to reproduce this issue in dolphin, so I can check how the hack is failing.
  14. wilm0x42

    Homebrew Need help with vWii gc adapter for project M

    Hmmm... Keep in mind, this IS supposed to support hotplugging of the adapter. In a configuration where it WOULD hang if the adapter is in, try plugging in the adapter after you get to a menu.
  15. wilm0x42

    Homebrew Need help with vWii gc adapter for project M

    Whatever the default is, it worked for me. ;) Man, I'm getting really sick of all the loading screen hangs being reported. I guess I'll have to get USBLoaderGX in dolphin...