Skip to content

Commit

Permalink
Enable XInput emulation by default in STALKER 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaldaien committed Nov 29, 2024
1 parent 6f7052f commit 1625640
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions include/SpecialK/DLL_VERSION.H
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1625640

Please sign in to comment.