Added DEAD OR ALIVE 6 Last Round quirks

* DisableDxgiSpoofing
* DisableResizeSkip
* DoNotPreserveFGSwapChain
This commit is contained in:
TheRazerMD
2026-07-20 13:39:29 +02:00
parent c2930def1e
commit 7c9d8ff47d
+5
View File
@@ -148,6 +148,11 @@ static const QuirkEntry quirkTable[] = {
QUIRK_ENTRY("ninjagaiden4-wingdk.exe", GameQuirk::DisableDxgiSpoofing, GameQuirk::DisableResizeSkip,
GameQuirk::DoNotPreserveFGSwapChain, GameQuirk::DisableHudfix),
// DEAD OR ALIVE 6 Last Round
// No spoof needed for DLSS inputs
QUIRK_ENTRY("doa6lr.exe", GameQuirk::DisableDxgiSpoofing, GameQuirk::DisableResizeSkip,
GameQuirk::DoNotPreserveFGSwapChain),
// The Last of Us Part I
// Hudfix incompatible
QUIRK_ENTRY("tlou-i.exe", GameQuirk::AllowedFrameAhead2, GameQuirk::DisableDxgiSpoofing, GameQuirk::DisableHudfix),