libretro / parallel-n64

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

[Squash and merge] fix GL plugins on GLES devices #741

Closed hunterk closed 2 years ago

hunterk commented 2 years ago

The previous use of HAVE_OPENGL alone was causing plugin problems on devices like RPi that use GLES. This should fix that.