ata4 / angrylion-rdp-plus

A low-level N64 video emulation plugin, based on the pixel-perfect angrylion RDP plugin with some improvements.
155 stars 25 forks source link

Dynamically detect and use GLES #157

Closed Rosalie241 closed 1 month ago

Rosalie241 commented 2 months ago

This makes angrylion-rdp-plus detect GLES dynamically at runtime instead of needing a different build to use GLES.

It uses the same method as GLideN64, which can be found here: https://github.com/gonetz/GLideN64/blob/master/src/Graphics/OpenGLContext/opengl_GLInfo.cpp#L32

ata4 commented 1 month ago

Thanks, LGTM!