Closed jdgleaver closed 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.
-fno-caller-saves
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.