Fix FSR 4 crashing in Doom

This commit is contained in:
FakeMichau
2026-03-29 01:13:13 +01:00
parent 271e8203df
commit 23e1e2f8db
+2 -2
View File
@@ -415,8 +415,8 @@ static const QuirkEntry quirkTable[] = {
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),
// Disabled Dxgi spoofing to avoid crash on boot, D3D12 for FSR 4 w/dx12
QUIRK_ENTRY("doomthedarkages.exe", GameQuirk::DisableDxgiSpoofing, GameQuirk::ForceCreateD3D12Device),
};