Skip to content

Commit 982e674

Browse files
vkd3d: Add workaround for Age of Wonders 4.
Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
1 parent 6365efe commit 982e674

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libs/vkd3d/device.c

+2
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,8 @@ static const struct vkd3d_instance_application_meta application_override[] = {
521521
{ VKD3D_STRING_COMPARE_EXACT, "Dead Space.exe", VKD3D_CONFIG_FLAG_FORCE_DEDICATED_IMAGE_ALLOCATION, 0 },
522522
/* Witcher 3 (2023) (292030) */
523523
{ VKD3D_STRING_COMPARE_EXACT, "witcher3.exe", VKD3D_CONFIG_FLAG_SIMULTANEOUS_UAV_SUPPRESS_COMPRESSION, 0 },
524+
/* Age of Wonders 4 (1669000). Extremely stuttery performance with ReBAR. */
525+
{ VKD3D_STRING_COMPARE_EXACT, "AOW4.exe", VKD3D_CONFIG_FLAG_NO_UPLOAD_HVV, 0 },
524526
{ VKD3D_STRING_COMPARE_NEVER, NULL, 0, 0 }
525527
};
526528

0 commit comments

Comments
 (0)