RetroArch/qb/config.params.sh

122 lines
5.6 KiB
Bash
Raw Normal View History

HAVE_LIBRETRO= # Libretro library used
HAVE_ASSETS_DIR= # Assets install directory
HAVE_BIN_DIR= # Binary install directory (Deprecated)
HAVE_MAN_DIR= # Manpage install directory (Deprecated)
HAVE_OPENGLES_LIBS= # Link flags for custom GLES library
HAVE_OPENGLES_CFLAGS= # C-flags for custom GLES library
2016-12-01 17:24:07 +00:00
HAVE_CACA=no # Libcaca support
2016-03-20 22:51:07 +00:00
HAVE_LIBRETRODB=yes # Libretrodb support
HAVE_RGUI=yes # RGUI menu
2016-10-18 00:21:51 +00:00
HAVE_MATERIALUI=auto # MaterialUI menu
2016-03-20 22:51:07 +00:00
HAVE_XMB=auto # XMB menu
HAVE_ZARCH=no # Zarch menu
2016-04-25 12:58:47 +00:00
HAVE_NUKLEAR=no # Nuklear menu
2018-03-29 13:38:22 +00:00
HAVE_RUNAHEAD=yes # Runahead support
2018-01-05 15:10:34 +00:00
HAVE_OVERLAY=yes # Overlay support
2016-03-20 22:51:07 +00:00
HAVE_DYNAMIC=yes # Dynamic loading of libretro library
HAVE_SDL=auto # SDL support
2016-04-18 01:23:47 +00:00
C89_SDL=no
HAVE_SDL2=auto # SDL2 support (disables SDL 1.x)
C89_SDL2=no
HAVE_LIBUSB=auto # Libusb HID support
2015-09-22 14:47:00 +00:00
C89_LIBUSB=no
2017-12-16 13:16:27 +00:00
HAVE_DBUS=no # dbus support
2017-11-27 21:25:20 +00:00
HAVE_SYSTEMD=auto # Systemd support
HAVE_UDEV=auto # Udev/Evdev gamepad support
HAVE_THREADS=auto # Threading support
2016-10-18 00:21:51 +00:00
HAVE_THREAD_STORAGE=auto # Thread Local Storage support
2016-03-20 22:51:07 +00:00
HAVE_FFMPEG=auto # FFmpeg recording support
2015-09-22 14:47:00 +00:00
C89_FFMPEG=no
2016-03-20 22:51:07 +00:00
HAVE_SSA=auto # SSA/ASS for FFmpeg subtitle support
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)
2017-02-16 00:00:43 +00:00
HAVE_BUILTINMINIUPNPC=yes # Bake in Mini UPnP client library (for NAT traversal)
2017-02-21 18:56:32 +00:00
C89_BUILTINMINIUPNPC=no
2018-01-25 14:02:23 +00:00
HAVE_D3D8=no # Direct3D 8 support
2016-03-20 22:51:07 +00:00
HAVE_D3D9=yes # Direct3D 9 support
2018-02-04 22:25:12 +00:00
C89_D3D9=no
HAVE_D3D10=yes # Direct3D 10 support
2018-02-04 22:25:12 +00:00
C89_D3D10=no
HAVE_D3D11=yes # Direct3D 11 support
2018-02-04 22:25:12 +00:00
C89_D3D11=no
HAVE_D3D12=yes # Direct3D 12 support
2018-02-04 22:25:12 +00:00
C89_D3D12=no
HAVE_D3DX=yes # Direct3DX support
2016-03-20 22:51:07 +00:00
HAVE_OPENGL=auto # OpenGL support
HAVE_MALI_FBDEV=no # Mali fbdev context support
HAVE_VIVANTE_FBDEV=no # Vivante fbdev context support
HAVE_OPENDINGUX_FBDEV=no # Opendingux fbdev context support
2016-09-16 22:38:35 +00:00
HAVE_OPENGLES=no # Use GLESv2 instead of desktop GL
HAVE_OPENGLES3=no # OpenGLES3 support
2016-03-20 22:51:07 +00:00
HAVE_X11=auto # everything X11.
HAVE_OMAP=no # OMAP video support
HAVE_XINERAMA=auto # Xinerama support.
HAVE_KMS=auto # KMS context support
2016-07-11 13:57:52 +00:00
HAVE_PLAIN_DRM=no # Plain DRM video support
2016-03-20 22:51:07 +00:00
HAVE_EXYNOS=no # Exynos video support
HAVE_DISPMANX=no # Dispmanx video support
HAVE_SUNXI=no # Sunxi video support
HAVE_WAYLAND=auto # Wayland support
C89_WAYLAND=no
2016-03-20 22:51:07 +00:00
HAVE_EGL=auto # EGL context support
HAVE_VG=auto # OpenVG support
HAVE_CG=auto # Cg shader support
HAVE_HLSL=no # HLSL9 shader support (for Direct3D9)
2016-03-20 22:51:07 +00:00
HAVE_LIBXML2=auto # libxml2 support
HAVE_BUILTINZLIB=no # Bake in zlib
2016-03-20 22:51:07 +00:00
HAVE_ZLIB=auto # zlib support (ZIP extract, PNG decoding/encoding)
HAVE_ALSA=auto # ALSA support
C89_ALSA=no
2017-06-24 01:44:00 +00:00
HAVE_TINYALSA=auto # TinyALSA support
2016-03-20 22:51:07 +00:00
HAVE_OSS=auto # OSS support
HAVE_RSOUND=auto # RSound support
HAVE_ROAR=auto # RoarAudio support
HAVE_AL=auto # OpenAL support
HAVE_JACK=auto # JACK support
HAVE_COREAUDIO=auto # CoreAudio support
HAVE_PULSE=auto # PulseAudio support
C89_PULSE=no
2016-03-20 22:51:07 +00:00
HAVE_FREETYPE=auto # FreeType support
HAVE_STB_FONT=yes # stb_truetype font support
HAVE_STB_IMAGE=yes # stb image loading support
2017-02-23 04:56:31 +00:00
HAVE_STB_VORBIS=yes # stb vorbis support
HAVE_IBXM=yes # IBXM support
2016-03-20 22:51:07 +00:00
HAVE_XVIDEO=auto # XVideo support
2016-06-11 12:09:04 +00:00
HAVE_PYTHON=no # Python 3 support for shaders
C89_PYTHON=no
2016-03-20 22:51:07 +00:00
HAVE_V4L2=auto # Video4linux2 support
HAVE_NEON=no # ARM NEON optimizations
HAVE_SSE=no # x86 SSE optimizations (SSE, SSE2)
HAVE_FLOATHARD=no # Force hard float ABI (for ARM)
HAVE_FLOATSOFTFP=no # Force soft float ABI (for ARM)
HAVE_7ZIP=yes # Compile in 7z support
2017-12-26 06:50:32 +00:00
HAVE_FLAC=auto # Compile in flac support
HAVE_BUILTINFLAC=yes # Bake in flac support
C89_BUILTINFLAC=no
HAVE_UPDATE_ASSETS=yes # Disable downloading assets with online updater
HAVE_PRESERVE_DYLIB=no # Enable dlclose() for Valgrind support
HAVE_PARPORT=auto # Parallel port joypad support
HAVE_IMAGEVIEWER=yes # Built-in image viewer support.
HAVE_MMAP=auto # MMAP support
2016-12-11 20:30:01 +00:00
HAVE_QT=no # Qt companion support
HAVE_QT_WRAPPER=no # Qt wrapper support
HAVE_XSHM=no # XShm video driver support
2016-03-20 22:51:07 +00:00
HAVE_CHEEVOS=yes # Retro Achievements
2016-06-06 22:00:28 +00:00
HAVE_SHADERPIPELINE=yes # Additional shader-based pipelines
2016-06-06 22:03:07 +00:00
C89_SHADERPIPELINE=no
2016-05-16 05:57:10 +00:00
HAVE_VULKAN=auto # Vulkan support
2016-08-27 23:48:13 +00:00
HAVE_VULKAN_DISPLAY=yes # Vulkan KHR display backend support
2016-02-22 11:25:41 +00:00
C89_VULKAN=no
2016-05-11 19:22:45 +00:00
HAVE_RPNG=yes # RPNG support
2016-05-18 11:34:04 +00:00
HAVE_RBMP=yes # RBMP support
2016-05-11 19:27:17 +00:00
HAVE_RJPEG=yes # RJPEG support
2016-05-11 19:57:41 +00:00
HAVE_RTGA=yes # RTGA support
2016-06-07 01:01:33 +00:00
HAVE_HID=yes # Low-level HID (Human Interface Device) support
2016-06-07 04:05:41 +00:00
HAVE_LANGEXTRA=yes # Multi-language support
2016-07-30 14:37:22 +00:00
HAVE_OSMESA=no # Off-screen Mesa rendering
2017-02-02 21:05:05 +00:00
HAVE_VIDEOPROCESSOR=auto # Enable video processor core
HAVE_VIDEOCORE=auto # Broadcom Videocore 4 support