Added Witchfire quirk

* DisableUseFsrInputValues
This commit is contained in:
TheRazerMD
2025-11-05 15:20:26 +01:00
parent 17fbeed9e1
commit 98faeaccaf
+2 -1
View File
@@ -228,7 +228,7 @@ static const QuirkEntry quirkTable[] = {
// Self-explanatory
//
// The Persistence, Split Fiction, Minecraft Bedrock, Ghostwire: Tokyo, RoadCraft, STAR WARS Jedi:
// Survivor, Nioh 2 The Complete Edition, FINAL FANTASY VII REBIRTH
// Survivor, Nioh 2 The Complete Edition, FINAL FANTASY VII REBIRTH, Witchfire
QUIRK_ENTRY_UE(persistence, GameQuirk::ForceUnrealEngine),
QUIRK_ENTRY("splitfiction.exe", GameQuirk::FastFeatureReset),
QUIRK_ENTRY("minecraft.windows.exe", GameQuirk::KernelBaseHooks),
@@ -237,6 +237,7 @@ static const QuirkEntry quirkTable[] = {
QUIRK_ENTRY("jedisurvivor.exe", GameQuirk::ForceAutoExposure),
QUIRK_ENTRY("nioh2.exe", GameQuirk::ForceAutoExposure),
QUIRK_ENTRY("ff7rebirth_.exe", GameQuirk::ForceUnrealEngine),
QUIRK_ENTRY_UE(witchfire, GameQuirk::DisableUseFsrInputValues),
// VULKAN
// ------