libretro / parallel-n64

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

Add Rpi4 platform in 64bit mode with Vulkan renderer. #703

Closed vanfanel closed 3 years ago

dankcushions commented 3 years ago

Does this actually work with parallel RDP? My understanding was that parallel required certain extensions that vulkan 1.0 devices probably don't have. is pi4 definitely running parallel RDP now or is still falling back to the older HLE renderers like before?

vanfanel commented 3 years ago

Does this actually work with parallel RDP? My understanding was that parallel required certain extensions that vulkan 1.0 devices probably don't have. is pi4 definitely running parallel RDP now or is still falling back to the older HLE renderers like before?

I am just trying to rebuild the core with different flags, etc... because, in fact, you are totally right: selecting the Parallel GFX Plugin results on a segfault. Seems like Angrylion (software) is all we get under the hood :( So, no Parallel for Pi4, it seems.