(qb) Disable HAVE_HID by default for now for Windows/Linux as long
as there are no working backends for both
This commit is contained in:
parent
e1990ba0dd
commit
bbdc6d36da
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue