wineopenxr: Substitute XR_KHR_convert_timespec_time for XR_KHR_win32_convert_performance_counter_time.
CW-Bug-Id: 19220
This commit is contained in:
parent
c35f4120d4
commit
6981478bf5
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue