mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-23 22:56:52 +00:00
Added Forza Horizon 6 quirk
* DisableDxgiSpoofing
This commit is contained in:
@@ -313,7 +313,7 @@ static const QuirkEntry quirkTable[] = {
|
||||
// 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'
|
||||
// OUTRIDERS, Assetto Corsa EVO, 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),
|
||||
@@ -355,6 +355,7 @@ static const QuirkEntry quirkTable[] = {
|
||||
QUIRK_ENTRY("mouse.exe", GameQuirk::DisableDxgiSpoofing),
|
||||
QUIRK_ENTRY("yet another zombie survivors.exe", GameQuirk::DisableDxgiSpoofing),
|
||||
QUIRK_ENTRY("voodoo fishin'.exe", GameQuirk::DisableDxgiSpoofing),
|
||||
QUIRK_ENTRY("forzahorizon6.exe", GameQuirk::DisableDxgiSpoofing),
|
||||
|
||||
// FSR2/3 only, no spoof needed
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user