PAD: bump sstate version on windows subsystem

This commit is contained in:
Gauvain 'GovanifY' Roussel-Tarbouriech 2020-12-12 21:02:02 +01:00 committed by lightningterror
parent dc5e4e61c5
commit 3e0f9d3931
1 changed files with 1 additions and 1 deletions

View File

@ -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;