You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was used #emularity-canvas as my canvas name, like this one
var emulator = new Emulator(document.querySelector("#emularity-canvas"), null, new JSMAMELoader(JSMAMELoader.driver ......
It was working fine with older wasm MAME build (about 2018 to 2019) and broken in recent emscripten build. I have to change my canvas name to #canvas to make it working. Does anyone knows why emscripten break it? And is there a workaround for it?
The text was updated successfully, but these errors were encountered:
I was used
#emularity-canvas
as my canvas name, like this onevar emulator = new Emulator(document.querySelector("#emularity-canvas"), null, new JSMAMELoader(JSMAMELoader.driver ......
It was working fine with older wasm MAME build (about 2018 to 2019) and broken in recent emscripten build. I have to change my canvas name to
#canvas
to make it working. Does anyone knows why emscripten break it? And is there a workaround for it?The text was updated successfully, but these errors were encountered: