mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-25 15:46:45 +00:00
Added Witchfire quirk
* DisableUseFsrInputValues
This commit is contained in:
@@ -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
|
||||
// ------
|
||||
|
||||
Reference in New Issue
Block a user