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
152 stars 77 forks source link

Fix compilation for Raspberry Pi 4 in 64bit mode and enable Vulkan #1106

Closed vanfanel closed 2 years ago

vanfanel commented 2 years ago

Building for aarch64 Pi4 was failing because GNU assembler options being passed don't exist. I have corrected this, and the core now builds on Pi4 in aarch64 mode (platform=rpi4_64).

I have also enabled VULKAN support for the Pi4 as it works now with up-to-date MESA.