Skip to content
This repository has been archived by the owner on Apr 25, 2020. It is now read-only.

device: Update device ID to wireless controller #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ unsigned short wine_gamepad[] = {'V', 'I', 'D', '_', '3', 'E', 'D', '9',
'7', '&', 'I', 'G', '_', '0', '0'};
unsigned short x360_gamepad[] = {'V', 'I', 'D', '_', '0', '4', '5', 'E',
'&', 'P', 'I', 'D', '_', '0', '2', '8',
'E', '&', 'I', 'G', '_', '0', '0'};
'F', '&', 'I', 'G', '_', '0', '0'};

HRESULT STDMETHODCALLTYPE IWbemClassObject_Get(IWbemClassObject *This,
LPCWSTR wszName, LONG lFlags,
Expand Down