mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-24 23:26:50 +00:00
Added DEAD OR ALIVE 6 Last Round quirks
* DisableDxgiSpoofing * DisableResizeSkip * DoNotPreserveFGSwapChain
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user