Added DEAD OR ALIVE 6 Last Round quirks

* DisableDxgiSpoofing
* DisableResizeSkip
* DoNotPreserveFGSwapChain
This commit is contained in:
TheRazerMD
2026-07-14 22:23:58 +02:00
parent 36fe02f1fd
commit 2774fcd85d
+5
View File
@@ -150,6 +150,11 @@ static const QuirkEntry quirkTable[] = {
QUIRK_ENTRY("ninjagaiden4-wingdk.exe", GameQuirk::DisableDxgiSpoofing, GameQuirk::DisableResizeSkip,
GameQuirk::DoNotPreserveFGSwapChain),
// 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
QUIRK_ENTRY("tlou-i.exe", GameQuirk::AllowedFrameAhead2, GameQuirk::DisableDxgiSpoofing),
QUIRK_ENTRY("tlou-i-l.exe", GameQuirk::AllowedFrameAhead2, GameQuirk::DisableDxgiSpoofing),