This commit is contained in:
cdozdil
2026-02-24 23:19:33 +03:00
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -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
+5 -1
View File
@@ -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)