mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-11 16:49:12 +01:00
b620b26f8f
This removes some nonsense in the extension loader where under an ES context we would still pull all function pointers and just continue onward if we fail to pull one. Now function pointers are only pulled if the version of GL or ES actually supports that function.