Recent content by batboil

  1. batboil

    The game freezes when mp3 audios need to be loaded

    so after a lot of research I think the problem is that the mp3 sounds are too compressed so the wii should stop and take its time before playing the sound. Of course, this could all be wrong, but that's how I understood it. I also found sources that state that the ogg file alternative is better...
  2. batboil

    Will a 8bitdo wired controller work on wii homebrew?

    it depends on what kind of emulator it is. in order for other controllers to work besides the wii remote, it is necessary to code the controller driver into the emulator itself, because the wii itself does not support such controllers. I'm not into emulators, so I don't know if there are any...
  3. batboil

    wii remote emulator found?

    It sounds cool, but I can't think of any practical use for such an emulator except maybe if you need an extra wii remote, but someone else could probably come up with some other application. :yaywii:
  4. batboil

    Ps3 Slim High Temps

    I believe that this is normal for the ps3 because the cpu and gpu in it have always not been well cooled, and that's where ylod came from. if you have already changed the thermal paste, everything should be fine, just don't leave it indoors and if it starts to overheat, it is possible that the...
  5. batboil

    Homebrew Any guides on how to start building homebrew for the wii (and the psp and DS as well)?

    Hi, for wii best guides are on wiibrew web page so just search wiibrew tutorials and it will pop up. Also best begginer graphics library for me is GRRLIB and it comes with great samples to learn on. For psp I started with code tutorials by Iridescence on youtube. He has great tutorials for...
  6. batboil

    The game freezes when mp3 audios need to be loaded

    I made a simple pong clone that uses grrlib for graphics and font rendering and all I'm left with is the sound which after hours of fiddling with it finally worked... except the game froze every time the sound was supposed to be heard. I'm just a beginner when it comes to Wii programming so it's...