Tzerjen Wei
Tzerjen Wei
It has battery saves persisted to Indexeddb https://github.com/tjwei/xnes/pull/13
It seems fine for me to use http://tjwei.github.io/xnes/sound4/snes9x.html with firefox on linux. Can you give me more details so that I can reproduce the issue?
I just tested it on linux chrome, could not reproduce the issue. However, I noticed that size of your rom is not the same as mine. Can you send me...
I guess it is because the function is not "exported": some thing like `./emcc tests/hello_function.cpp -o function.html -s EXPORTED_FUNCTIONS="['_int_sqrt']"` see https://kripken.github.io/emscripten-site/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.html There are a few functions exported in xnes, see...
I will compile one for you.
I created a new branch joypad and button related functions are exported. The generated files are in output directory. The function can be used are `_S9xMapButton` and `_S9xGetCommandT` `_native_set_joypad_state` is...
These functions are not yet implemented.
I guess the error message is from emscrpten, because I can't find the /usr/bin/env line in xnes source tree. I haven't try to compile it on windows. I am not...
the generated files are in gh-pages branch
It is supposed to compiled everything with the buildall script. However, the code is dated and emscripten is updated frequently, so chances are xnes does not compatible with current version....