From 1625640333994b0250772fbd33476497daba11b6 Mon Sep 17 00:00:00 2001 From: Kaldaien Date: Fri, 29 Nov 2024 13:18:12 -0500 Subject: [PATCH] Enable XInput emulation by default in STALKER 2 --- CHANGELOG.txt | 6 +++++- include/SpecialK/DLL_VERSION.H | 4 ++-- src/config.cpp | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 47781d2b7..411f83a3b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,8 @@ -24.11.29.4 +24.11.29.5 +========== + + Enable XInput emulation by default in STALKER 2 + +24.11.29.4 ========== + Ensure that "LowSpecMode" is enabled even for Metaphor: ReFantazio users with texture mods installer, and change the auto-disable feature to only apply diff --git a/include/SpecialK/DLL_VERSION.H b/include/SpecialK/DLL_VERSION.H index c8b7e7ffe..76dd1e0f9 100644 --- a/include/SpecialK/DLL_VERSION.H +++ b/include/SpecialK/DLL_VERSION.H @@ -3,8 +3,8 @@ #define SK_YEAR 24 #define SK_MONTH 11 #define SK_DATE 29 -#define SK_REV_N 4 -#define SK_REV 4 +#define SK_REV_N 5 +#define SK_REV 5 #ifndef _A2 #define _A2(a) #a diff --git a/src/config.cpp b/src/config.cpp index cf5f721e5..414c52b33 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -3706,6 +3706,7 @@ auto DeclKeybind = case SK_GAME_ID::Stalker2: // Stupid game requires Fullscreen Exclusive (in D3D12) for HDR config.render.dxgi.fake_fullscreen_mode = true; + config.input.gamepad.xinput.emulate = true; // Fix GameInput break; case SK_GAME_ID::Metaphor: