BinBashBanana
BinBashBanana
I'll probably release them with the next update, but for now try out https://github.com/EmulatorJS/EmulatorJS
Only chrome supports file drop, for now.
This is planned for a future update (whenever I update the other managers as well). I think this is already possible with physical controllers.
I haven't started it, it's low priority. It will be more difficult to port than Beetle PSX.
Can you send a screenshot?
Fast forward does not work on *any* core in v6.5.
Maybe... Though current MAME is a pretty large core. MESS will never happen.
I tried adding these to makefile.emscripten, which changed the error, but it still doesn't work. ``` HAVE_OPENGLES = 0 HAVE_GL_CONTEXT = 1 HAVE_GL_MODERN = 1 HAVE_OPENGL = 1 ``` New...
I got it down to only these 2 errors: ``` LD desmume_libretro.js error: undefined symbol: _Z21OGLCreateRenderer_3_2PP14OpenGLRenderer (referenced by top-level compiled C/C++ code) error: undefined symbol: _Z22OGLLoadEntryPoints_3_2v (referenced by top-level compiled...
I'm using EGL, where is the code for context creation so I can add it?