Recent content by craigrs84

  1. C

    Hacking Neogamma R9 Channels

    nevermind i figured it out, thanks
  2. C

    Hacking NeoGamma R9 beta

    Ignore this post... project built ok when i tweaked the optimization flags but didnt run on the wii. The gamecube code booted up ok, but when the game was ready to run the disc didn't spin up and nothing happened.
  3. C

    Hacking Neogamma R9 Channels

    Thanks for the answer. Just looked through the source code again and I think I understand now! :) It's very strange to look at C code and understand it after working with Java and C# for so many years. Sorry, I didn't explain enough, I did read devKitPPC.txt but I'm very noob at wii...
  4. C

    Hacking Neogamma R9 Channels

    Could you tell me how does the screenheight variable get set? It looks like this just defines it and sets it to zero; I assume it's being set somewhere but couldn't understand how or where? Thanks. Also have you ever tried to compile the GC_Source portion of the project? I'm not having any...
  5. C

    Hacking NeoGamma R9 beta

    I was wondering could someone help me to compile the GameCube Source? I saw WiiPower's note but was not able to execute it completely: "This application is complied using a modfied version of devkitPPC r21. The included gcc 4.5.1 produces an error when compiling with the parameter -Os, but...
  6. C

    Hacking Long Winded Explanatin of IOS/CIOS

    Can you explain how having a pre-loader is beneficial? I'd still like it to go to the standard system menu no matter what. Does it help avoid bricks by having a pre-loader? Is star fall an example of a pre-loader?
  7. C

    Hacking How does CIOSCorp Work?

    Thanks guys. I did search before I posted but probably not extensively enough. I think my main hangup was that I was searching mainly for CIOSCorp but most my questions are really more about how CIOS works. I found a good thread here: http://gbatemp.net/index.php?showtopic=128...amp;hl=cioscorp
  8. C

    Hacking How does CIOSCorp Work?

    Because I am curious. Absolutely it matters.
  9. C

    Hacking How does CIOSCorp Work?

    Does CIOSCorp incorporate the Gamma Backup Launcher code somehow? Or is it completely independant of the Gamma Backup Launcher code. Is this the closest we are going to get to using the Wii's own internal software to play backups? Is it using the Wii's own loader code to boot up the backup...