libretro / picodrive

Fast MegaDrive/MegaCD/32X emulator
Other
41 stars 63 forks source link

[3DS] Fix random dynarec crashes and enable for 3dsx builds #136

Closed justinweiss closed 3 years ago

justinweiss commented 3 years ago

This enables the dynarec for 3dsx builds of RetroArch and fixes the random crashes using the same strategy as pcsx_rearmed (https://github.com/libretro/pcsx_rearmed/pull/390).

Note that the dynarec does not currently work on 3DS (see https://github.com/libretro/picodrive/issues/135), but this change works with the last working commit I could find (8d2a03b622419677a6998f6554df6b953526cec1).