mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
GLES: Properly stub out logic ops
This commit is contained in:
parent
bde51b6d27
commit
59f51f7d0c
1 changed files with 4 additions and 2 deletions
|
@ -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) {};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue