This commit is contained in:
cdozdil
2025-07-15 15:21:25 +03:00
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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 };
+5
View File
@@ -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),