RetroArch/qb/config.params.sh

73 lines
3.6 KiB
Bash
Raw Normal View History

2015-06-02 13:57:18 +00:00
HAVE_LIBRETRODB=yes # Disable libretrodb
HAVE_RGUI=yes # Disable RGUI menu
HAVE_MATERIALUI=auto # Enable MaterialUI menu
HAVE_CHEEVOS=no # Enable Cheevos (achievements)
HAVE_XMB=auto # Enable XMB menu
2012-07-07 15:08:55 +00:00
HAVE_DYNAMIC=yes # Disable dynamic loading of libretro library
HAVE_SDL=auto # SDL support
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
2013-09-26 09:23:36 +00:00
HAVE_UDEV=auto # Udev/Evdev gamepad support
HAVE_LIBRETRO= # libretro library used
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
HAVE_FFMPEG=auto # Enable FFmpeg recording support
2015-09-22 14:47:00 +00:00
C89_FFMPEG=no
HAVE_DYLIB=auto # Enable dynamic loading support
2015-01-27 23:54:49 +00:00
HAVE_NETWORKING=auto # Enable networking features (recommended)
HAVE_NETPLAY=auto # Enable netplay support (requires networking)
2014-10-22 11:48:38 +00:00
HAVE_D3D9=yes # Disable Direct3D 9 support
HAVE_OPENGL=auto # Enable OpenGL support
2012-09-24 23:26:22 +00:00
HAVE_GLES=no # Use GLESv2 instead of desktop GL
2014-06-05 10:28:17 +00:00
HAVE_MALI_FBDEV=no # Enable Mali fbdev context support
2014-07-27 20:19:11 +00:00
HAVE_VIVANTE_FBDEV=no # Enable Vivante fbdev context support
HAVE_GLES3=no # Enable OpenGLES3 support
2015-06-17 16:04:51 +00:00
HAVE_X11=auto # Enable everything X11.
2013-12-03 21:40:32 +00:00
HAVE_OMAP=no # Enable OMAP video support
2015-06-17 16:04:51 +00:00
HAVE_XINERAMA=auto # Enable Xinerama support.
2012-09-24 23:26:22 +00:00
HAVE_KMS=auto # Enable KMS context support
HAVE_EXYNOS=no # Enable Exynos video support
HAVE_DISPMANX=no # Enable Dispmanx video support
HAVE_SUNXI=no # Enable Sunxi video support
HAVE_WAYLAND=auto # Enable Wayland support
C89_WAYLAND=no
2012-09-24 23:26:22 +00:00
HAVE_EGL=auto # Enable EGL context support
2012-09-25 10:58:45 +00:00
HAVE_VG=auto # Enable OpenVG support
HAVE_CG=auto # Enable Cg shader support
HAVE_LIBXML2=auto # Enable libxml2 support
2013-01-24 15:49:39 +00:00
HAVE_ZLIB=auto # Enable zlib support (ZIP extract, PNG decoding/encoding)
HAVE_FBO=auto # Enable render-to-texture (FBO) support
HAVE_ALSA=auto # Enable ALSA support
C89_ALSA=no
HAVE_OSS=auto # Enable OSS support
HAVE_RSOUND=auto # Enable RSound support
HAVE_ROAR=auto # Enable RoarAudio support
HAVE_AL=auto # Enable OpenAL support
HAVE_JACK=auto # Enable JACK support
HAVE_COREAUDIO=auto # Enable CoreAudio support
HAVE_PULSE=auto # Enable PulseAudio support
C89_PULSE=no
HAVE_FREETYPE=auto # Enable FreeType support
2015-07-14 15:00:28 +00:00
HAVE_STB_FONT=yes # Disable stb_truetype font support
HAVE_XVIDEO=auto # Enable XVideo support
HAVE_PYTHON=auto # Enable Python 3 support for shaders
C89_PYTHON=no
2013-11-10 16:25:47 +00:00
HAVE_V4L2=auto # Enable video4linux2 support
2013-07-13 13:05:27 +00:00
HAVE_NEON=no # Forcefully enable ARM NEON optimizations
HAVE_SSE=no # Forcefully enable 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
HAVE_PRESERVE_DYLIB=no # Disable dlclose() for Valgrind support
2014-10-04 21:04:38 +00:00
HAVE_PARPORT=auto # Parallel port joypad support
2015-06-28 16:55:00 +00:00
HAVE_IMAGEVIEWER=yes # Built-in image viewer support.
C89_IMAGEVIEWER=no # stb_image hates C89
2015-07-05 12:39:06 +00:00
HAVE_MMAP=auto # MMAP support
2015-09-01 02:02:25 +00:00
HAVE_QT=no # QT companion support
HAVE_XSHM=no # XShm video driver support (disabled because it's just a dummied out stub)
2015-10-19 00:30:21 +00:00
HAVE_CHEEVOS=yes # Disable Retro Achievements