Modified TLoU Part 1 quirks

* DisableDxgiSpoofing
This commit is contained in:
TheRazerMD
2026-03-27 23:35:05 +01:00
parent bf064404b7
commit 47ec75ec21
+2 -2
View File
@@ -125,8 +125,8 @@ static const QuirkEntry quirkTable[] = {
QUIRK_ENTRY("ninjagaiden4-wingdk.exe", GameQuirk::DisableResizeSkip, GameQuirk::DoNotPreserveFGSwapChain),
// The Last of Us Part I
QUIRK_ENTRY("tlou-i.exe", GameQuirk::AllowedFrameAhead2),
QUIRK_ENTRY("tlou-i-l.exe", GameQuirk::AllowedFrameAhead2),
QUIRK_ENTRY("tlou-i.exe", GameQuirk::AllowedFrameAhead2, GameQuirk::DisableDxgiSpoofing),
QUIRK_ENTRY("tlou-i-l.exe", GameQuirk::AllowedFrameAhead2, GameQuirk::DisableDxgiSpoofing),
// Horizon Forbidden West
QUIRK_ENTRY("horizonforbiddenwest.exe", GameQuirk::AllowedFrameAhead2),