mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
(qb) Fix some option descriptions
This commit is contained in:
parent
47b37c67e6
commit
f7e6b199ce
@ -22,9 +22,9 @@ HAVE_GLES=no # Use GLESv2 instead of desktop GL
|
|||||||
HAVE_MALI_FBDEV=no # Enable Mali fbdev context support
|
HAVE_MALI_FBDEV=no # Enable Mali fbdev context support
|
||||||
HAVE_VIVANTE_FBDEV=no # Enable Vivante fbdev context support
|
HAVE_VIVANTE_FBDEV=no # Enable Vivante fbdev context support
|
||||||
HAVE_GLES3=no # Enable OpenGLES3 support
|
HAVE_GLES3=no # Enable OpenGLES3 support
|
||||||
HAVE_X11=auto # Disable everything X11.
|
HAVE_X11=auto # Enable everything X11.
|
||||||
HAVE_OMAP=no # Enable OMAP video support
|
HAVE_OMAP=no # Enable OMAP video support
|
||||||
HAVE_XINERAMA=auto # Disable Xinerama support.
|
HAVE_XINERAMA=auto # Enable Xinerama support.
|
||||||
HAVE_KMS=auto # Enable KMS context support
|
HAVE_KMS=auto # Enable KMS context support
|
||||||
HAVE_EXYNOS=no # Enable Exynos video support
|
HAVE_EXYNOS=no # Enable Exynos video support
|
||||||
HAVE_DISPMANX=no # Enable Dispmanx video support
|
HAVE_DISPMANX=no # Enable Dispmanx video support
|
||||||
@ -52,5 +52,5 @@ HAVE_SSE=no # Forcefully enable x86 SSE optimizations (SSE, SSE2)
|
|||||||
HAVE_FLOATHARD=no # Force hard float ABI (for ARM)
|
HAVE_FLOATHARD=no # Force hard float ABI (for ARM)
|
||||||
HAVE_FLOATSOFTFP=no # Force soft float ABI (for ARM)
|
HAVE_FLOATSOFTFP=no # Force soft float ABI (for ARM)
|
||||||
HAVE_7ZIP=yes # Compile in 7z support
|
HAVE_7ZIP=yes # Compile in 7z support
|
||||||
HAVE_PRESERVE_DYLIB=no # Disable dlclose() for Valgrind support
|
HAVE_PRESERVE_DYLIB=no # Enable dlclose() for Valgrind support
|
||||||
HAVE_PARPORT=auto # Parallel port joypad support
|
HAVE_PARPORT=auto # Parallel port joypad support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user