dolphin/Source/Core/VideoBackends
Greg V be716a680f Do not link to libusbhid on FreeBSD/NetBSD
Both libusbhid (system library) and libhidapi (3rd party library)
provide a function called hid_init. Dolphin was being linked to both.

The WiimoteScannerHidapi constructor was calling hid_init without
arguments. libusbhid's hid_init expects one argument (a file path).
It was being called as if it was defined without arguments, which
resulted in a garbage path being passed in, and because of that,
the Qt GUI was failing to launch with the following error:
'dolphin-emu-qt2: @ : No such file or directory'
2018-02-05 00:46:59 +03:00
..
D3D Merge pull request #6303 from TraceBullet/auto-adjust-window-size 2018-01-29 17:28:44 +10:00
Null AbstractTexture: Move Bind() method to Renderer 2018-01-22 13:22:09 +10:00
OGL Do not link to libusbhid on FreeBSD/NetBSD 2018-02-05 00:46:59 +03:00
Software BPMemory: Handle fog configuration where both A and C are infinity/NaN 2018-02-01 17:40:39 +10:00
Vulkan Merge pull request #6303 from TraceBullet/auto-adjust-window-size 2018-01-29 17:28:44 +10:00
CMakeLists.txt CMake: remove references to D3D12 2017-05-26 01:16:04 -07:00