mirror of https://github.com/mgba-emu/mgba.git
Core: Add missing BUILD_GLES3 flag
This commit is contained in:
parent
7762b8c598
commit
3be21bf595
|
@ -15,6 +15,10 @@
|
|||
#cmakedefine BUILD_GLES2
|
||||
#endif
|
||||
|
||||
#ifndef BUILD_GLES3
|
||||
#cmakedefine BUILD_GLES3
|
||||
#endif
|
||||
|
||||
// Miscellaneous flags
|
||||
|
||||
#ifndef COLOR_16_BIT
|
||||
|
|
Loading…
Reference in New Issue