mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-06 19:01:36 +03:00
fix Clang warnings
This commit is contained in:
parent
86409a9c4f
commit
96b4b2904c
23 changed files with 86 additions and 55 deletions
|
@ -11,8 +11,10 @@
|
|||
#include "InputCommon/ControllerInterface/DInput/DInputJoystick.h"
|
||||
#include "InputCommon/ControllerInterface/DInput/DInputKeyboardMouse.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma comment(lib, "Dinput8.lib")
|
||||
#pragma comment(lib, "dxguid.lib")
|
||||
#endif
|
||||
|
||||
namespace ciface::DInput
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue