RetroPie / RetroPie-Setup

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

lr-scummvm: build with OpenGL(ES) context support #3927

Closed cmitu closed 1 month ago

cmitu commented 1 month ago

Upstream has added support for using an OpenGL(ES2) context for 3D games and HW rendering. The core will request a HW GL context from RetroArch when starting. Added the necessary parameters to the build to support the GL context for the platform where RetroArch is running.

joolswills commented 1 month ago

Thank you.