Skip to content

Commit

Permalink
Add hooks on XInput 1.1, 1.2, 1.3 and 9.1.0 for completeness
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaldaien committed Feb 22, 2024
1 parent 0d8d579 commit 0f880f7
Show file tree
Hide file tree
Showing 4 changed files with 365 additions and 9 deletions.
Binary file modified ValvePlug.rc
Binary file not shown.
8 changes: 6 additions & 2 deletions config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
#include <windef.h>

struct config_s {
wchar_t wszPathToSystemXInput1_4 [MAX_PATH] = L"";
DWORD dwFillTheSwamp = 0x1;
wchar_t wszPathToSystemXInput1_4 [MAX_PATH] = L"";
wchar_t wszPathToSystemXInput1_3 [MAX_PATH] = L"";
wchar_t wszPathToSystemXInput1_2 [MAX_PATH] = L"";
wchar_t wszPathToSystemXInput1_1 [MAX_PATH] = L"";
wchar_t wszPathToSystemXInput9_1_0 [MAX_PATH] = L"";
DWORD dwFillTheSwamp = 0x1;
} static config;

static volatile LONG __VP_DLL_Refs = 0UL;
Loading

0 comments on commit 0f880f7

Please sign in to comment.