From 3e0f9d3931799a7201b1a627039d9555627e29b0 Mon Sep 17 00:00:00 2001 From: Gauvain 'GovanifY' Roussel-Tarbouriech Date: Sat, 12 Dec 2020 21:02:02 +0100 Subject: [PATCH] PAD: bump sstate version on windows subsystem --- pcsx2/PAD/Windows/PAD.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/PAD/Windows/PAD.cpp b/pcsx2/PAD/Windows/PAD.cpp index 8d0e161b20..a79ac08ebd 100644 --- a/pcsx2/PAD/Windows/PAD.cpp +++ b/pcsx2/PAD/Windows/PAD.cpp @@ -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;