Recent content by masterflops

  1. M

    Homebrew Official Retroarch WiiU (wip.)

    So the latest nightlies are broken for me on WiiU also. I get the same error message. The last nightly that I found to work was 2018-Feb-10 but unfortunately I erased my copy. The latest stable 1.7.0 works the first time, but then after saving a configuration file, when it loads up, I get...
  2. M

    Homebrew Snes9xGX 4.3.2 build

    So I started with the Snes9xGX codebase and pulled in Snes9X-1.53 but quite a bit of the internals changed and I think there's a problem in filebrowser.cpp relating to how paths are resolved and ROMs are loaded. Snes9xGX is really messy and has a lot of undocumented code. If you want to do a...
  3. M

    Homebrew Snes9xGX 4.3.2 build

    This isn't the right thread for this question. To install the file I uploaded mkdir apps mkdir apps/snes9xgx cp snes9x-gx.dol apps/snes9xgx/boot.dol
  4. M

    Homebrew Snes9xGX 4.3.2 build

    For those following at home, I've got 1.53 compiled and the menu loads but it won't load any games yet. I'll dig into the code and see what's breaking. If I can get it working, I'll submit my code upstream and maybe we'll have a new port. Coding on Wii is new for me, so the main problem is...
  5. M

    Homebrew Snes9xGX 4.3.2 build

    No performance improvements, just more stable disk access (which is much faster now too). I was having trouble with lockups when I was saving/loading states with Super Mario World. I'm playing a little bit with the compiler flags to see if I can squeeze any more performance out of the Wii, but...
  6. M

    Homebrew Snes9xGX 4.3.2 build

    Not mine. I was mainly having lockups so I started poking around to see what's going on. I'm more interested in speed and stability rather than new features.
  7. M

    Homebrew Snes9xGX 4.3.2 build

    Don't know. I was getting a lot of lockups with the released version so I went and built this to see if it was better and it seems like it was. I spent a couple hours trying to get Snes9X 1.53 working but it looks like there's a bunch of changes that don't make it trivial to upgrade. I might try...
  8. M

    Homebrew Snes9xGX 4.3.2 build

    I compiled Snes9xGX 4.3.2 from source using the latest libraries. It seems to access the disk much faster than the released binary. devkitPPC_r27-x86-64-linux.tar.bz2 freetype-2.4.2-ppc.tar.bz2 libfat-1.0.14.tar.gz libogc-1.8.12.tar.bz2 libpng-1.5.4-ppc.tar.bz2 mxml-2.6-ppc.tar.bz2...