2016-03-20 22:51:07 +00:00
|
|
|
HAVE_LIBRETRODB=yes # Libretrodb support
|
|
|
|
HAVE_RGUI=yes # RGUI menu
|
|
|
|
HAVE_MATERIALUI=auto # MaterialUI menu
|
|
|
|
HAVE_XMB=auto # XMB menu
|
2016-07-21 19:51:50 +00:00
|
|
|
HAVE_ZARCH=no # Zarch menu
|
2016-04-25 12:58:47 +00:00
|
|
|
HAVE_NUKLEAR=no # Nuklear menu
|
2016-03-20 22:51:07 +00:00
|
|
|
HAVE_DYNAMIC=yes # Dynamic loading of libretro library
|
2016-03-01 20:50:23 +00:00
|
|
|
HAVE_SDL=auto # SDL support
|
2016-04-18 01:23:47 +00:00
|
|
|
C89_SDL=no
|
2016-03-01 20:50:23 +00:00
|
|
|
HAVE_SDL2=auto # SDL2 support (disables SDL 1.x)
|
2015-09-22 14:39:50 +00:00
|
|
|
C89_SDL2=no
|
2016-03-01 20:50:23 +00:00
|
|
|
HAVE_LIBUSB=auto # Libusb HID support
|
2015-09-22 14:47:00 +00:00
|
|
|
C89_LIBUSB=no
|
2016-03-01 20:50:23 +00:00
|
|
|
HAVE_UDEV=auto # Udev/Evdev gamepad support
|
2016-03-22 23:28:23 +00:00
|
|
|
HAVE_LIBRETRO= # Libretro library used
|
2016-08-27 00:29:50 +00:00
|
|
|
HAVE_BIN_DIR= # Binary install directory
|
2016-03-01 20:50:23 +00:00
|
|
|
HAVE_MAN_DIR= # Manpage install directory
|
|
|
|
HAVE_GLES_LIBS= # Link flags for custom GLES library
|
|
|
|
HAVE_GLES_CFLAGS= # C-flags for custom GLES library
|
|
|
|
HAVE_THREADS=auto # Threading 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)
|
2016-06-07 13:23:07 +00:00
|
|
|
HAVE_NETWORKGAMEPAD=auto # Networked game pad (plus baked-in core)
|
|
|
|
C89_NETWORKGAMEPAD=no
|
2016-03-20 22:51:07 +00:00
|
|
|
HAVE_NETPLAY=auto # Netplay support (requires networking)
|
|
|
|
HAVE_D3D9=yes # Direct3D 9 support
|
|
|
|
HAVE_OPENGL=auto # OpenGL support
|
2016-03-01 20:50:23 +00:00
|
|
|
HAVE_GLES=no # Use GLESv2 instead of desktop GL
|
2016-03-20 22:51:07 +00:00
|
|
|
HAVE_MALI_FBDEV=no # Mali fbdev context support
|
|
|
|
HAVE_VIVANTE_FBDEV=no # Vivante fbdev context support
|
|
|
|
HAVE_OPENDINGUX_FBDEV=no # Opendingux fbdev context support
|
|
|
|
HAVE_GLES3=no # OpenGLES3 support
|
|
|
|
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
|
2015-09-22 14:50:12 +00:00
|
|
|
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_LIBXML2=auto # libxml2 support
|
2016-07-21 07:15:51 +00:00
|
|
|
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_FBO=auto # render-to-texture (FBO) support
|
|
|
|
HAVE_ALSA=auto # ALSA support
|
2015-11-19 11:52:23 +00:00
|
|
|
C89_ALSA=no
|
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
|
2015-09-22 14:39:50 +00:00
|
|
|
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_XVIDEO=auto # XVideo support
|
2016-06-11 12:09:04 +00:00
|
|
|
HAVE_PYTHON=no # Python 3 support for shaders
|
2015-09-22 14:39:50 +00:00
|
|
|
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)
|
2016-03-01 20:50:23 +00:00
|
|
|
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
|
|
|
|
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
|
|
|
|
HAVE_QT=no # QT companion support
|
|
|
|
HAVE_XSHM=no # XShm video driver support (disabled because it's just a dummied out stub)
|
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-07-07 20:03:30 +00:00
|
|
|
HAVE_VULKAN_KHR_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
|