mirror of
https://github.com/optiscaler/OptiScaler.git
synced 2026-08-25 15:46:45 +00:00
Merge branch 'master' of https://github.com/optiscaler/OptiScaler
This commit is contained in:
+1
-1
@@ -296,7 +296,7 @@ class Config
|
||||
L"idtechlauncher.exe|cefviewwing.exe|ace-setup64.exe|ace-service64.exe|qtwebengineprocess.exe|"
|
||||
L"platformprocess.exe|bugsplathd64.exe|bssndrpt64.exe|pspcsdkappmgr.exe|pspcsdkcore.exe|pspcsdkstttts.exe|"
|
||||
L"pspcsdktelemetry.exe|pspcsdkui.exe|pspcsdkupdatechecker.exe|pspcsdkvoicechat.exe|pspcsdkwebview.exe|windhawk."
|
||||
L"exe|vscodium.exe"
|
||||
L"exe|vscodium.exe|crash_reporter.exe|steamerrorreporter64.exe"
|
||||
};
|
||||
|
||||
// Hotfixes
|
||||
|
||||
@@ -368,9 +368,13 @@ static const QuirkEntry quirkTable[] = {
|
||||
GameQuirk::VulkanDLSSBarrierFixup),
|
||||
|
||||
// Indiana Jones and the Great Circle
|
||||
// VK Ext spoof needed for unlocking DLSS and DLSS-FG
|
||||
// VK Ext spoof needed for unlocking DLSS and DLSS-FG (atleast for AMD)
|
||||
QUIRK_ENTRY("thegreatcircle.exe", GameQuirk::EnableVulkanExtensionSpoofing, GameQuirk::DisableDxgiSpoofing),
|
||||
|
||||
// DOOM: The Dark Ages
|
||||
// Disabled Dxgi spoofing to avoid crash on boot
|
||||
QUIRK_ENTRY("doomthedarkages.exe", GameQuirk::DisableDxgiSpoofing),
|
||||
|
||||
};
|
||||
|
||||
static flag_set<GameQuirk> getQuirksForExe(std::string exeName)
|
||||
|
||||
Reference in New Issue
Block a user