mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Add HAVE_ANGLE switch
This commit is contained in:
parent
1fd6d024eb
commit
5aa87c1734
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
HAVE_LIBRETRO= # Libretro library used
|
||||
HAVE_ASSETS_DIR= # Assets install directory
|
||||
HAVE_ANGLE=no # ANGLE support (OpenGL wrapper)
|
||||
HAVE_GDI=yes # GDI support (Win32-only)
|
||||
HAVE_OPENGLES_LIBS= # Link flags for custom GLES library
|
||||
HAVE_OPENGLES_CFLAGS= # C-flags for custom GLES library
|
||||
|
|
Loading…
Add table
Reference in a new issue