libretro / parallel-n64

Optimized/rewritten Nintendo 64 emulator made specifically for Libretro. Originally based on Mupen64 Plus.
319 stars 127 forks source link

Added -DARM_FIX for rpi and odroid CPUFLAGS - fixes #544 #622

Closed joolswills closed 4 years ago

joolswills commented 4 years ago

This was previously included for the RPI but removed in

58e522e57239b8848ef3ee854099030b9d24e9a9

with

    Removed ARM_FIX for Rpi

    Turns out Rpi platform is pretty f**ed and those functions are declared in the RPI includes. Leaving it out for now and just using it for the standard A7A7

I have no idea what this means - but it's a useless description and certainly init_assembler is not declared elsewhere as I can see ?

But I will verify this - from my testing so far this is need for any arm 32bit platform with the arm dynarec enabled.

joolswills commented 4 years ago

This works. Read to merge