mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-05-04 00:31:35 +00:00
Merge branch 'master' of https://github.com/optiscaler/OptiScaler
This commit is contained in:
+1
-1
@@ -583,7 +583,7 @@ UEIntelAtomics=auto
|
||||
Path=auto
|
||||
|
||||
; OptiScaler loads *.asi files in plugins folder
|
||||
; true or false - Default (auto) is true
|
||||
; true or false - Default (auto) is false
|
||||
LoadAsiPlugins=auto
|
||||
|
||||
; Loads SpecialK64.dll from game's exe folder
|
||||
|
||||
+1
-1
@@ -344,7 +344,7 @@ class Config
|
||||
CustomOptional<std::wstring> PluginPath { L"plugins" };
|
||||
CustomOptional<bool> LoadSpecialK { false };
|
||||
CustomOptional<bool> LoadReShade { false };
|
||||
CustomOptional<bool> LoadAsiPlugins { true };
|
||||
CustomOptional<bool> LoadAsiPlugins { false };
|
||||
|
||||
// Frame Generation
|
||||
CustomOptional<FGType> FGType { FGType::NoFG };
|
||||
|
||||
@@ -82,6 +82,11 @@ static const QuirkEntry quirkTable[] = {
|
||||
// Forgive Me Father 2
|
||||
QUIRK_ENTRY("fmf2-win64-shipping.exe", GameQuirk::DisableFSR2Inputs, GameQuirk::DisableFSR3Inputs),
|
||||
|
||||
// Forza Horizon 5
|
||||
// SL spoof enough to unlock everything DLSS
|
||||
QUIRK_ENTRY("forzahorizon5.exe", GameQuirk::DisableFSR2Inputs, GameQuirk::DisableFSR3Inputs,
|
||||
GameQuirk::DisableDxgiSpoofing),
|
||||
|
||||
// Revenge of the Savage Planet
|
||||
QUIRK_ENTRY("towers-win64-shipping.exe", GameQuirk::DisableFSR2Inputs, GameQuirk::DisableFSR3Inputs),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user