mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Bake this in for default targets
This commit is contained in:
parent
b3d71320bc
commit
da5966d474
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ HAVE_DYLIB=auto # Dynamic loading support
|
|||
HAVE_NETWORKING=auto # Networking features (recommended)
|
||||
HAVE_NETWORKGAMEPAD=auto # Networked game pad (plus baked-in core)
|
||||
C89_NETWORKGAMEPAD=no
|
||||
HAVE_MINIUPNPC=auto # Mini UPnP client library (for NAT traversal)
|
||||
HAVE_BUILTINMINIUPNPC=no # Bake in Mini UPnP client library (for NAT traversal)
|
||||
HAVE_MINIUPNPC=yes # Mini UPnP client library (for NAT traversal)
|
||||
HAVE_BUILTINMINIUPNPC=yes # Bake in Mini UPnP client library (for NAT traversal)
|
||||
HAVE_D3D9=yes # Direct3D 9 support
|
||||
HAVE_OPENGL=auto # OpenGL support
|
||||
HAVE_MALI_FBDEV=no # Mali fbdev context support
|
||||
|
|
Loading…
Add table
Reference in a new issue