Skip to content

Commit

Permalink
Removed unnecessary Windows.Gaming.Input warning messages in SDL2 and…
Browse files Browse the repository at this point in the history
… Nixxes games if they initialize input before creating a game window.
  • Loading branch information
Kaldaien committed Dec 15, 2024
1 parent 27ebc46 commit 99b05e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
24.12.15.1
24.12.15.2
==========
+ Removed unnecessary Windows.Gaming.Input warning messages in SDL2 and Nixxes
games if they initialize input before creating a game window.

24.12.15.1
==========
+ Apply/reset trigger resistance for DualSense controllers every time they
connect/reconnect, and do not wait for vibration data to be written first.
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 15
#define SK_REV_N 1
#define SK_REV 1
#define SK_REV_N 2
#define SK_REV 2

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

0 comments on commit 99b05e5

Please sign in to comment.