From bbdc6d36da885fc36dd990535d804b88b1b94a04 Mon Sep 17 00:00:00 2001 From: LibretroAdmin Date: Sun, 4 Sep 2022 02:28:22 +0200 Subject: [PATCH] (qb) Disable HAVE_HID by default for now for Windows/Linux as long as there are no working backends for both --- qb/config.params.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qb/config.params.sh b/qb/config.params.sh index ebedcf3b20..84fc26103c 100644 --- a/qb/config.params.sh +++ b/qb/config.params.sh @@ -169,7 +169,7 @@ HAVE_RBMP=yes # RBMP support HAVE_RJPEG=yes # RJPEG support HAVE_RTGA=yes # RTGA support HAVE_RWAV=yes # WAV support -HAVE_HID=yes # Low-level HID (Human Interface Device) support +HAVE_HID=no # Low-level HID (Human Interface Device) support HAVE_AUDIOMIXER=yes # Audio Mixer HAVE_LANGEXTRA=yes # Multi-language support HAVE_SCREENSHOTS=yes # Screenshot support