mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
== DETAILS Turns out the cause of the crash was a bad cast, resulting in a function call to nowhere. Also, I think the DSI exception handler only works on the primary core; when this was happening in the background thread, I got a black screen error instead. Next up: finishing up the GCA driver.