mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-07-29 02:10:29 +02:00
On builds made with Xcode 11+ the current OpenGL context wasn't being properly configured anymore, resulting in shader compilation errors and a red screen. Explicitly calling makeCurrentContext fixes this.