-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
32X emulation - emscripten #233
Comments
I think the alignment for code pointers isn't working correctly. The Makefile sets |
Got it, I've fixed that now. New issue, I get a Line 285 in 479f120
How should I debug this? |
The easiest I can think of is to replace the include line with the whole content of the referenced file. That should give you a proper line number in the crash. |
Hello all,
I've been working on trying to get 32X emulation working in the browser, however it appears to just load to a black screen (specifically 32x emulation). I've traced this back to a core issue, and after hours of digging through the program, I've came here for help.
The portion of the logs that caught my eye was particularly this section:
As this doesnt appear to occur on a native copy of RetroArch I've compiled.
Changes I've made so far:
Told libretro to not use mmap, since mmap location hints are not supported in emscripten.
My current
emscripten
target options are:Any information leading to where I can get more logs, and what I can do to fix the issue would be appreciated.
Thank you
Edit: as a note, this is somehow possible, as there are several closed source versions of picodrive with working emscripten support (emulatorjs.com). Through some code injection I have managed to get the RetroArch/picodrive logs, and no
ptr is not aliqned
errors were presentThe text was updated successfully, but these errors were encountered: