libretro / gpsp

gpSP for libretro.
GNU General Public License v2.0
55 stars 53 forks source link

Fix OpenDingux Beta build #119

Closed jdgleaver closed 3 years ago

jdgleaver commented 3 years ago

This PR fixes the OpenDingux Beta build.

Apparently the ASM code and/or MIPS dynarec does not respect MIPS calling conventions, so the core will crash on load under OpenDingux Beta unless it is compiled with the -fno-caller-saves flag.