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