summaryrefslogtreecommitdiffstats
path: root/src/video_core/vulkan_common/vulkan_wrapper.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-08-02 20:26:03 +0200
committerGitHub <noreply@github.com>2023-08-02 20:26:03 +0200
commit096644c01cb8cd30589d5f168fdabaac5aad174a (patch)
tree92ed30b541d5864f4b8a50b45a048ddc642042c9 /src/video_core/vulkan_common/vulkan_wrapper.h
parentMerge pull request #10839 from lat9nq/pgc-plus (diff)
parentvulkan: centralize config (diff)
downloadyuzu-096644c01cb8cd30589d5f168fdabaac5aad174a.tar
yuzu-096644c01cb8cd30589d5f168fdabaac5aad174a.tar.gz
yuzu-096644c01cb8cd30589d5f168fdabaac5aad174a.tar.bz2
yuzu-096644c01cb8cd30589d5f168fdabaac5aad174a.tar.lz
yuzu-096644c01cb8cd30589d5f168fdabaac5aad174a.tar.xz
yuzu-096644c01cb8cd30589d5f168fdabaac5aad174a.tar.zst
yuzu-096644c01cb8cd30589d5f168fdabaac5aad174a.zip
Diffstat (limited to 'src/video_core/vulkan_common/vulkan_wrapper.h')
-rw-r--r--src/video_core/vulkan_common/vulkan_wrapper.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/video_core/vulkan_common/vulkan_wrapper.h b/src/video_core/vulkan_common/vulkan_wrapper.h
index 3089c3d41..c226a2a29 100644
--- a/src/video_core/vulkan_common/vulkan_wrapper.h
+++ b/src/video_core/vulkan_common/vulkan_wrapper.h
@@ -15,14 +15,6 @@
#include "common/common_types.h"
#include "video_core/vulkan_common/vulkan.h"
-// Sanitize macros
-#ifdef CreateEvent
-#undef CreateEvent
-#endif
-#ifdef CreateSemaphore
-#undef CreateSemaphore
-#endif
-
#ifdef _MSC_VER
#pragma warning(disable : 26812) // Disable prefer enum class over enum
#endif