Skip to content

Commit

Permalink
24.12.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaldaien committed Dec 29, 2024
1 parent 1f5a8eb commit 369cc36
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.12.29
24.12.29.1
==========
+ Optimized D3D11 stateblock Create/Apply code when deferred D3D11 contexts
are not in use.
+ Optimized D3D11 state tracker clear operation.
+ Optimized use of mouse cursor image and position APIs.
+ Removed hook on CloseHandle (...) unless a debugger is present.

24.12.29
========
+ Improved input neutralization for games that use Overlapped IO to read
HID devices (i.e. SDL2) when blocking input to the game.
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 29
#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 369cc36

Please sign in to comment.