We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e7dd4a commit 16e1dcaCopy full SHA for 16e1dca
1 file changed
qb/config.libs.sh
@@ -512,12 +512,12 @@ check_enabled HID LIBUSB libusb 'HID is' false
512
check_val '' LIBUSB -lusb-1.0 libusb-1.0 libusb-1.0 1.0.13 '' false
513
514
check_lib '' DINPUT -ldinput8
515
-check_lib '' D3D8 -ld3d8
516
check_lib '' D3D9 -ld3d9
517
check_lib '' DSOUND -ldsound
518
519
check_enabled DINPUT XINPUT xinput 'Dinput is' true
520
+check_platform Win32 D3D8 'Direct3D 8 is' true
521
check_platform Win32 D3D10 'Direct3D 10 is' true
522
check_platform Win32 D3D11 'Direct3D 11 is' true
523
check_platform Win32 D3D12 'Direct3D 12 is' true
0 commit comments