Skip to content

Commit

Permalink
24.11.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaldaien committed Nov 30, 2024
1 parent 372b3a7 commit 2802cda
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
24.11.30
24.11.30.1
==========
+ Bring back original slUpgradeInterface / slGetNativeInterface implementation
that could handle situations where sl.interposer.dll is loaded late.
+ Increase default impulse trigger strength modifier to 0.75x, and properly
handle the case where setVibration (...) has zero trigger data.


24.11.30
========
+ For all Unreal Engine games that use GameInput, enable Xbox Emulation by
default on first launch.
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 30
#define SK_REV_N 0
#define SK_REV 0
#define SK_REV_N 1
#define SK_REV 1

#ifndef _A2
#define _A2(a) #a
Expand Down

0 comments on commit 2802cda

Please sign in to comment.