Skip to content

Commit

Permalink
GLES: Properly stub out logic ops
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat authored Dec 29, 2024
1 parent bde51b6 commit 59f51f7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/core/renderer_gl/renderer_gl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1263,5 +1263,7 @@ void RendererGL::setupGLES() {
}

// Stub out logic operations so that calling them doesn't crash the emulator
glLogicOp = [](GLenum) {};
}
if (!glLogicOp) {
glLogicOp = [](GLenum) {};
}
}

0 comments on commit 59f51f7

Please sign in to comment.