Skip to content

Commit

Permalink
Fix DualShock 4 Bluetooth analog stick problems caused by typo in 24.…
Browse files Browse the repository at this point in the history
…12.19.2
  • Loading branch information
Kaldaien committed Dec 19, 2024
1 parent d1da871 commit a3240a0
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 121 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
24.12.19.3
24.12.19.4
==========
+ Fix DualShock 4 Bluetooth analog stick problems caused by typo in 24.12.19.2

24.12.19.3
==========
+ Correctly show PlayStation icon in GameInput games only when PlayStation
input/output is active, for native GameInput remove the icon.
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 12
#define SK_DATE 19
#define SK_REV_N 3
#define SK_REV 3
#define SK_REV_N 4
#define SK_REV 4

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

0 comments on commit a3240a0

Please sign in to comment.