Added Dying Light 2 + The Beast quirks

This commit is contained in:
TheRazerMD
2025-09-20 18:32:23 +02:00
parent 0617763775
commit 2a4bee81dc
+5
View File
@@ -200,6 +200,11 @@ static const QuirkEntry quirkTable[] = {
// SL spoof enough to unlock everything DLSS
QUIRK_ENTRY("darktide.exe", GameQuirk::DisableDxgiSpoofing),
// Dying Light 2 Stay Human, Dying Light: The Beast
// SL spoof enough to unlock everything DLSS
QUIRK_ENTRY("dyinglightgame_x64_rwdi.exe", GameQuirk::DisableDxgiSpoofing),
QUIRK_ENTRY("dyinglightgame_thebeast_x64_rwdi.exe", GameQuirk::DisableDxgiSpoofing),
// SL spoof enough to unlock everything DLSS
QUIRK_ENTRY("cyberpunk2077.exe", GameQuirk::CyberpunkHudlessStateOverride, GameQuirk::DisableHudfix,
GameQuirk::DisableDxgiSpoofing),