libretro / gpsp

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

Fix x86 dynarec, broken by d10c4afe #99

Closed davidgfnet closed 3 years ago

davidgfnet commented 3 years ago

The dynarec expects function args to be located in registers instead of the stack, which is not the default calling convetion in GCC/clang.