diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 156b9ea71..4293ed36c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,10 @@ -24.9.28.4 +24.10.5 +======= + + Disabled thread scheduling fix by default in Metaphor; + it can be re-enabled by setting AllowDsDiagn=true + + Turn Flip Model off in Final Fantasy XV for non-HDR users. + +24.9.28.4 ========= + Fixed macros and keybinds occasionally activating while a game window does not have input focus if the game uses a (Low-Level) Keyboard Hook. diff --git a/include/SpecialK/DLL_VERSION.H b/include/SpecialK/DLL_VERSION.H index af75e9ca9..cc2f7a1c5 100644 --- a/include/SpecialK/DLL_VERSION.H +++ b/include/SpecialK/DLL_VERSION.H @@ -1,10 +1,10 @@ #pragma once #define SK_YEAR 24 -#define SK_MONTH 9 -#define SK_DATE 28 -#define SK_REV_N 4 -#define SK_REV 4 +#define SK_MONTH 10 +#define SK_DATE 5 +#define SK_REV_N 0 +#define SK_REV 0 #ifndef _A2 #define _A2(a) #a diff --git a/src/config.cpp b/src/config.cpp index 7a4aeb446..200a512b1 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -2729,6 +2729,7 @@ auto DeclKeybind = config.threads.enable_file_io_trace = true; config.steam.preload_overlay = true; + config.render.framerate.flip_discard = false; SK_D3D11_DeclHUDShader_Vtx (0x3be1c239); SK_D3D11_DeclHUDShader_Vtx (0x466e477c); @@ -3681,6 +3682,9 @@ auto DeclKeybind = config.priority.perf_cores_only = true; config.render.hdr.remaster_8bpc_as_unorm = true; config.render.hdr.remaster_subnative_as_unorm = true; + + // Scheduling fixes not needed anymore. + config.compatibility.allow_dxdiagn = false; break; case SK_GAME_ID::DiabloIV: