mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-25 23:56:48 +00:00
More game quirks
* S.T.A.L.K.E.R.: Legends of the Zone Trilogy - UseManualInputs, DisableDxgiSpoofing
This commit is contained in:
@@ -279,7 +279,7 @@ static const QuirkEntry quirkTable[] = {
|
||||
GameQuirk::ForceBorderlessWhenUsingXeFG),
|
||||
|
||||
// Metro Exodus Enhanced Edition
|
||||
// ForceBorderless required to avoid black screen with XeFG
|
||||
// ForceBorderless required to avoid black screen with XeFG, Manual Input polling for fixing invisible Opti Overlay
|
||||
QUIRK_ENTRY("metroexodus.exe", GameQuirk::DisableDxgiSpoofing, GameQuirk::ForceBorderlessWhenUsingXeFG,
|
||||
GameQuirk::ForceAutoExposure, GameQuirk::UseManualInputs),
|
||||
|
||||
@@ -307,6 +307,10 @@ static const QuirkEntry quirkTable[] = {
|
||||
// Fakenvapi seems to cause a crash when switching to FSR4 (INT8 only?)
|
||||
QUIRK_ENTRY("dcs.exe", GameQuirk::DisableFakenvapi),
|
||||
|
||||
// S.T.A.L.K.E.R.: Legends of the Zone Trilogy - Enhanced Editions
|
||||
// Manual input polling for fixing invisible Opti Overlay, no spoof needed for DLSS inputs
|
||||
QUIRK_ENTRY("xrengine.exe", GameQuirk::UseManualInputs, GameQuirk::DisableDxgiSpoofing),
|
||||
|
||||
// SL spoof enough to unlock everything DLSS/No spoof needed for DLSS inputs
|
||||
//
|
||||
// The Witcher 3, Alan Wake 2, Crysis 3 Remastered, Marvel's Guardians of the Galaxy, UNCHARTED: Legacy of Thieves
|
||||
|
||||
Reference in New Issue
Block a user