vkd3d: Enable force_tgsm_barriers for F1 2020

Signed-off-by: Joshua Ashton <joshua@froggi.es>

Closes: #611
This commit is contained in:
Joshua Ashton 2021-04-12 11:46:12 +01:00 committed by Hans-Kristian Arntzen
parent 043fd304f8
commit 2860b0a548
1 changed files with 2 additions and 0 deletions

View File

@ -449,6 +449,8 @@ struct vkd3d_instance_application_meta
uint64_t global_flags_remove;
};
static const struct vkd3d_instance_application_meta application_override[] = {
/* F1 2020 (1080110) */
{ "F1_2020_dx12.exe", VKD3D_CONFIG_FLAG_FORCE_TGSM_BARRIERS, 0 },
/* MSVC fails to compile empty array. */
{ NULL, 0, 0 }
};