mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 13:14:04 +00:00
Merge pull request #1180 from heuripedes/disable-d3d
(qb) Add --disable-d3d9
This commit is contained in:
commit
3999575fc2
@ -14,6 +14,7 @@ HAVE_THREADS=auto # Threading support
|
||||
HAVE_FFMPEG=auto # Enable FFmpeg recording support
|
||||
HAVE_DYLIB=auto # Enable dynamic loading support
|
||||
HAVE_NETPLAY=auto # Enable netplay support
|
||||
HAVE_D3D9=yes # Disable Direct3D 9 support
|
||||
HAVE_OPENGL=yes # Disable OpenGL support
|
||||
HAVE_GLES=no # Use GLESv2 instead of desktop GL
|
||||
HAVE_MALI_FBDEV=no # Enable Mali fbdev context support
|
||||
|
Loading…
x
Reference in New Issue
Block a user