idzio/di.c: Add hardcoded DirectInput backend

This commit is contained in:
Tau
2019-05-09 14:28:30 -04:00
parent 9763477616
commit a0664a4008
5 changed files with 362 additions and 1 deletions

View File

@ -26,6 +26,8 @@ if meson.get_compiler('c').get_id() != 'msvc'
endif
cc = meson.get_compiler('c')
dinput8_lib = cc.find_library('dinput8')
dxguid_lib = cc.find_library('dxguid')
xinput_lib = cc.find_library('xinput')
inc = include_directories('.')