Jared Adam Smith
Jared Adam Smith
@sfeldkamp that will break stuff for anyone who uses vi bindings in their shell, and most (all?) shells support vi bindings (e.g. bash, zsh, fish).
I'm not sure a big enough deal was made about this, but, it *breaks the quick start instructions* on linux (and OSX?). As a vim user I was looking to...
@8enmann Note that I've implemented this in a branch on my copy, I'm just not quite ready to make a PR yet. https://github.com/jasmith79/xnes/tree/ux It was annoyingly complicated. I did it...
I've started working on this. @tjwei how did you come up with 22100 for the sample rate? I notice the default is 32000 (although setting it to that does not...
I can now say some things that don't work either on their own or in conjunction: * Setting `SoundSync` to `TRUE` and calling the sync function in the rendering loop....
Good news! I mostly fixed this. Bad news! the 'fix' is rather convoluted. I was messing around with compiling to web assembly instead of asm.js. The downside (and its significant)...
Web Assembly version now works on stable versions of Chrome, Firefox on Windows 10, Linux Mint 18.x, and MacOS Sierra. Sound still hiccups or cracks occasionally, but is light-years better...
@fnorf Moving from asm.js to web assembly removed most of the crackling which makes me suspect that it's a performance (i.e. synchronization) issue. Web assembly is pretty widely supported at...
@agaida if I knew how to load a profile properly, I would happily submit a patch for the man pages. Looking back through the changelog I didn't see anything about...
@agaida if you folks get this fixed, I'll just compile from source. I'll also try to throw an updated deb in my PPA. Thanks all for the quick response.