RetroPie / RetroPie-Setup

Shell script to set up a Raspberry Pi/Odroid/PC with RetroArch emulator and various cores
Other
10.04k stars 1.38k forks source link

lr-scummvm: disable GL(ES) context creation with legacy drivers #3973

Closed cmitu closed 1 week ago

cmitu commented 1 week ago

Due to the old EGL version implemented by the old BRCM GLES drivers, the core cannot obtain a (HW) GL context to be used for accelerated video output. Disable this feature on systems using the old/legacy GLES(2) driver.

See https://github.com/libretro/scummvm/issues/59 for context.

joolswills commented 1 week ago

Thank you!