From 11c112639a90cac5aa20f0fabefd0b3d42ec1f57 Mon Sep 17 00:00:00 2001 From: Kaldaien Date: Sat, 9 Sep 2023 20:42:56 -0400 Subject: [PATCH] 23.9.10.4 --- CHANGELOG.txt | 2 ++ include/SpecialK/DLL_VERSION.H | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8f45e3cd6..a8793b436 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,7 @@ 23.9.10.x ========= + [.4] + Fixed rare framepacing graph and CPU widget initialization race + [.4] + Added memory address caching to Starfield plug-in [.3] + Sped up Starfield plug-in init [.3] + Fixed instances of "Removing Corrupted Hook for 'DirectInput8Create'..." [.2] + Added PhotoMode Compatibility setting for Starfield diff --git a/include/SpecialK/DLL_VERSION.H b/include/SpecialK/DLL_VERSION.H index 7f90636b9..c9c856c0d 100644 --- a/include/SpecialK/DLL_VERSION.H +++ b/include/SpecialK/DLL_VERSION.H @@ -3,8 +3,8 @@ #define SK_YEAR 23 #define SK_MONTH 9 #define SK_DATE 10 -#define SK_REV_N 3 -#define SK_REV 3 +#define SK_REV_N 4 +#define SK_REV 4 #ifndef _A2 #define _A2(a) #a