diff --git a/qb/config.params.sh b/qb/config.params.sh index 0346fe255e..a5c30ec6ec 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -7,6 +7,7 @@ HAVE_SDL=auto # SDL support HAVE_SDL2=auto # SDL2 support (disables SDL 1.x) C89_SDL2=no HAVE_LIBUSB=auto # Libusb HID support +C89_LIBUSB=no HAVE_UDEV=auto # Udev/Evdev gamepad support HAVE_LIBRETRO= # libretro library used HAVE_MAN_DIR= # Manpage install directory @@ -14,6 +15,7 @@ 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 +C89_FFMPEG=no HAVE_DYLIB=auto # Enable dynamic loading support HAVE_NETWORKING=auto # Enable networking features (recommended) HAVE_NETPLAY=auto # Enable netplay support (requires networking)