Added Beast of Reincarnation quirks

* DisableFSR2Inputs
* DisableFSR3Inputs
* AlwaysCaptureFSRFGSwapchain
This commit is contained in:
TheRazerMD
2026-08-03 19:08:16 +02:00
parent f0fc03c8cc
commit c13d37e50e
+4
View File
@@ -110,6 +110,10 @@ static const QuirkEntry quirkTable[] = {
// Silent Hill f
QUIRK_ENTRY_UE(shf, GameQuirk::AlwaysCaptureFSRFGSwapchain),
// Beast of Reincarnation
QUIRK_ENTRY_UE(beastofreincarnation, GameQuirk::DisableFSR2Inputs, GameQuirk::DisableFSR3Inputs,
GameQuirk::AlwaysCaptureFSRFGSwapchain),
// Tainted Grail - Fall of Avalon
QUIRK_ENTRY("fall of avalon.exe", GameQuirk::ForceAutoExposure),