Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpchome <pchome@users.noreply.github.com>2021-10-30 15:40:45 +0300
committerArkadiusz Hiler <ahiler@codeweavers.com>2021-11-02 17:48:09 +0300
commit066f2dccd8f5d148d4e2fc06e8a7b67bf5ef60d6 (patch)
treeb4fcb6727a1ce3e89105556a691a042145592817
parent6939bd77416a71b4d5d8b3522c946b19fac7664f (diff)
steam_helper: Fix small typo
Link: https://github.com/ValveSoftware/Proton/pull/5266
-rw-r--r--steam_helper/steam.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/steam_helper/steam.cpp b/steam_helper/steam.cpp
index 0a7016ec..a3da6c36 100644
--- a/steam_helper/steam.cpp
+++ b/steam_helper/steam.cpp
@@ -653,7 +653,7 @@ static DWORD WINAPI initialize_vr_data(void *arg)
USE_VULKAN_PROC(vkEnumeratePhysicalDevices)
USE_VULKAN_PROC(vkGetPhysicalDeviceProperties)
USE_VULKAN_PROC(__wine_get_native_VkPhysicalDevice)
-#undef USE_OPENVR_PROC
+#undef USE_VULKAN_PROC
parse_extensions(buffer, &instance_extensions_count, &instance_extensions);