From 6981478bf5b54f919b569cb8e75649e841ea9429 Mon Sep 17 00:00:00 2001 From: Paul Gofman Date: Tue, 3 Aug 2021 15:10:57 +0300 Subject: [PATCH] wineopenxr: Substitute XR_KHR_convert_timespec_time for XR_KHR_win32_convert_performance_counter_time. CW-Bug-Id: 19220 --- wineopenxr/openxr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wineopenxr/openxr.c b/wineopenxr/openxr.c index 64fd03be..6b975528 100644 --- a/wineopenxr/openxr.c +++ b/wineopenxr/openxr.c @@ -66,6 +66,7 @@ static const struct substitute_extensions[] = { {"XR_KHR_D3D11_enable", "XR_KHR_vulkan_enable"}, + {"XR_KHR_win32_convert_performance_counter_time", "XR_KHR_convert_timespec_time", TRUE}, }; static char *wineopenxr_strdup(const char *src)