mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-05-04 00:31:35 +00:00
Modified TLoU Part 1 quirks
* DisableDxgiSpoofing
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user