Skip to content

Commit 16e1dca

Browse files
committed
(qb) Change the rules so we can build against D3D8 on modern systems
where there is no d3d8 dll
1 parent 1e7dd4a commit 16e1dca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

qb/config.libs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,12 +512,12 @@ check_enabled HID LIBUSB libusb 'HID is' false
512512
check_val '' LIBUSB -lusb-1.0 libusb-1.0 libusb-1.0 1.0.13 '' false
513513

514514
check_lib '' DINPUT -ldinput8
515-
check_lib '' D3D8 -ld3d8
516515
check_lib '' D3D9 -ld3d9
517516
check_lib '' DSOUND -ldsound
518517

519518
check_enabled DINPUT XINPUT xinput 'Dinput is' true
520519

520+
check_platform Win32 D3D8 'Direct3D 8 is' true
521521
check_platform Win32 D3D10 'Direct3D 10 is' true
522522
check_platform Win32 D3D11 'Direct3D 11 is' true
523523
check_platform Win32 D3D12 'Direct3D 12 is' true

0 commit comments

Comments
 (0)