Recent content by SLotman

  1. S

    Homebrew WiiSX beta 1

    On menu.c add just locate and change this function: void BuildDispMenu(int iInc) { return; }
  2. S

    Homebrew WiiSX beta 1

    I would love that too... but I just looked into it, and it's too complicated for me But I just got rid of that nasty FPS display on the screen hehehehe (It's cool when testing games, but it gets annoying after a while )
  3. S

    Homebrew WiiSX beta 1

    Sorry, no. I want to keep as close to the original source as possible, so I just replaced where it reads the "A" button from GC controller, I replaced it with the A from the CC, and so on for all the buttons. And since I never had a PSX, I really don't know what would be "wrong" or "right"...
  4. S

    Homebrew WiiSX beta 1

    Just to let you guys know, for those complaining about my version being slower, it wasn't totally my fault The Wii makefile had "debug mode" enabled, so I now disabled it and recompiled. Also, I optimized a little bit the routine that read input (reading "WPAD_ButtonsHeld(0)" only once) and...
  5. S

    Homebrew WiiSX beta 1

    Hi, I'm new here, but I'm posting something I think most users will like I just added Classic Controller support to WiiSX (removing the GC controller code), and got permission from the authors to distribute this simple change I made - they only asked for me not to post the link on the...