From 369cc36c08af038ad3df8f36a76f17ae011d32fc Mon Sep 17 00:00:00 2001 From: Kaldaien Date: Sat, 28 Dec 2024 23:26:00 -0500 Subject: [PATCH] 24.12.29.1 --- CHANGELOG.txt | 10 +++++++++- include/SpecialK/DLL_VERSION.H | 4 ++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6b29bb916..6a956466a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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. diff --git a/include/SpecialK/DLL_VERSION.H b/include/SpecialK/DLL_VERSION.H index 164e41915..317f2156d 100644 --- a/include/SpecialK/DLL_VERSION.H +++ b/include/SpecialK/DLL_VERSION.H @@ -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