mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-02 19:32:46 +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.