mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove dependency on dxguid.lib
This commit is contained in:
parent
58e8d5299b
commit
01e23dc77f
2 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,6 @@
|
|||
#include "input/input_state.h"
|
||||
#include "Core/Reporting.h"
|
||||
#include "Xinput.h"
|
||||
#pragma comment(lib,"dxguid.lib")
|
||||
#pragma comment(lib,"dinput8.lib")
|
||||
|
||||
static const unsigned int dinput_ctrl_map[] = {
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
|
||||
|
||||
#pragma once
|
||||
#include <InitGuid.h>
|
||||
#define DIRECTINPUT_VERSION 0x0800
|
||||
#include "InputDevice.h"
|
||||
#include "dinput.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue