So I've been working on the Wii VBA port for a few revisions now, and I've been using the SDL system10frames as template. Well, it sucks. Frames either overskip or underskip, so there's speedups and slowdowns in gameplay and sound. Not an issue I'm sure with a new desktop computer, but for something with less horsepower, it's no good!
Â
I've written my own little system10frames, with a usleep to handle timing. It's incredibly basic, but it eliminated the problems I was having completely. Perhaps you guys can improve it further (or suggest further improvements to me), I know I'll be playing with it some more. Source code on Google Code.