libretro / flycast

Flycast is a multiplatform Sega Dreamcast emulator. NOTE: No longer actively developed, use upstream repo for libretro from now on - https://github.com/flyinghead/flycast
http://reicast.com
GNU General Public License v2.0
155 stars 77 forks source link

Fix to Makefile to allow CHD v5 loading on classic ARM v7/8 #954

Closed chrisfu closed 4 years ago

chrisfu commented 4 years ago

Pretty much a self explanatory PR. This should fix the CHD v5 crashing issues that folk have complained about on 32-bit ARM platforms. All my CHD v5 images are now working as perfectly as can be expected considering the RK2020's hardware clout.

I've not noticed any performance drop at all between no-fix no-CHDv5 vs. fixed with CHDv5, so as far as I can tell this should be an easy merge.