mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-24 07:06:33 +00:00
Modified Assetto Corsa EVO quirks
* ForceAutoExposure
This commit is contained in:
@@ -251,7 +251,7 @@ static const QuirkEntry quirkTable[] = {
|
||||
QUIRK_ENTRY_UE(b1, GameQuirk::SpoofRegistry),
|
||||
|
||||
// Avowed
|
||||
// NoBarriers needed to avoid post-loading crash with DLSS
|
||||
// NoBarriers needed to avoid post-loading crash with DLSS, AE required to fix FSR4 ghosting
|
||||
QUIRK_ENTRY_UE(avowed, GameQuirk::ForceAutoExposure, GameQuirk::DontUseUnrealBarriers, GameQuirk::DisableFSR2Inputs,
|
||||
GameQuirk::DisableFSR3Inputs),
|
||||
|
||||
@@ -326,6 +326,10 @@ static const QuirkEntry quirkTable[] = {
|
||||
// SL spoof enough to unlock everything DLSS, manual input polling for fixing unclickable Opti Overlay
|
||||
QUIRK_ENTRY("dyinglightgame_thebeast_x64_rwdi.exe", GameQuirk::DisableDxgiSpoofing, GameQuirk::UseManualInputs),
|
||||
|
||||
// Assetto Corsa EVO
|
||||
// SL spoof enough to unlock everything DLSS, AE required to fix FSR4 ghosting
|
||||
QUIRK_ENTRY("assettocorsaevo.exe", GameQuirk::DisableDxgiSpoofing, GameQuirk::ForceAutoExposure),
|
||||
|
||||
// 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
|
||||
@@ -334,8 +338,8 @@ static const QuirkEntry quirkTable[] = {
|
||||
// Mortal Shell, Sekiro: Shadows Die Twice (for SekiroTSR mod), The Medium, NINJA GAIDEN 4 (+ WinGDK), God of War
|
||||
// (2018), Europa Universalis V, Need for Speed Unbound, Nioh 2 – The Complete Edition, Control Ultimate Edition,
|
||||
// Deathloop, Where Winds Meet, FINAL FANTASY VII REMAKE INTERGRADE (for Luma mod), Assassin’s Creed Shadows,
|
||||
// Farming Simulator 2025, Nioh 3, FATAL FRAME II: Crimson Butterfly REMAKE, OUTRIDERS, Assetto Corsa EVO, MOUSE:
|
||||
// P.I. For Hire, Yet Another Zombie Survivors, Voodoo Fishin', Forza Horizon 6
|
||||
// Farming Simulator 2025, Nioh 3, FATAL FRAME II: Crimson Butterfly REMAKE, OUTRIDERS, MOUSE: P.I. For Hire, Yet
|
||||
// Another Zombie Survivors, Voodoo Fishin', Forza Horizon 6
|
||||
QUIRK_ENTRY("witcher3.exe", GameQuirk::DisableDxgiSpoofing),
|
||||
QUIRK_ENTRY("alanwake2.exe", GameQuirk::DisableDxgiSpoofing),
|
||||
QUIRK_ENTRY("crysis3remastered.exe", GameQuirk::DisableDxgiSpoofing),
|
||||
@@ -371,7 +375,6 @@ static const QuirkEntry quirkTable[] = {
|
||||
QUIRK_ENTRY("nioh3.exe", GameQuirk::DisableDxgiSpoofing),
|
||||
QUIRK_ENTRY("fatalframeii.exe", GameQuirk::DisableDxgiSpoofing),
|
||||
QUIRK_ENTRY_UE(outriders, GameQuirk::DisableDxgiSpoofing),
|
||||
QUIRK_ENTRY("assettocorsaevo.exe", GameQuirk::DisableDxgiSpoofing),
|
||||
QUIRK_ENTRY("mouse.exe", GameQuirk::DisableDxgiSpoofing),
|
||||
QUIRK_ENTRY("yet another zombie survivors.exe", GameQuirk::DisableDxgiSpoofing),
|
||||
QUIRK_ENTRY("voodoo fishin'.exe", GameQuirk::DisableDxgiSpoofing),
|
||||
|
||||
Reference in New Issue
Block a user