Skip to content

Commit

Permalink
PAD: bump sstate version on windows subsystem
Browse files Browse the repository at this point in the history
  • Loading branch information
GovanifY authored and lightningterror committed Dec 17, 2020
1 parent dc5e4e6 commit 3e0f9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2/PAD/Windows/PAD.cpp
Expand Up @@ -45,7 +45,7 @@
#define FORCE_UPDATE_LPARAM ((LPARAM)0x89437437)

// PAD version.
#define VERSION ((0 << 8) | 12 | (1 << 24))
#define VERSION ((1 << 8) | 12 | (1 << 24))

#ifdef __linux__
Display* GSdsp;
Expand Down

0 comments on commit 3e0f9d3

Please sign in to comment.