summaryrefslogtreecommitdiffstats
path: root/src/video_core/vulkan_common/vulkan_wrapper.h
diff options
context:
space:
mode:
authorAlexandre Bouvier <contact@amb.tf>2023-08-02 00:04:39 +0200
committerAlexandre Bouvier <contact@amb.tf>2023-08-02 00:05:14 +0200
commit9d6f8e88b27268add7cbf7c33c9e1cbbb20c1738 (patch)
treedb365084abfa708cf8bf6d46944e6b82c93678c0 /src/video_core/vulkan_common/vulkan_wrapper.h
parentUpdate translations (2023-08-01) (#11198) (diff)
downloadyuzu-9d6f8e88b27268add7cbf7c33c9e1cbbb20c1738.tar
yuzu-9d6f8e88b27268add7cbf7c33c9e1cbbb20c1738.tar.gz
yuzu-9d6f8e88b27268add7cbf7c33c9e1cbbb20c1738.tar.bz2
yuzu-9d6f8e88b27268add7cbf7c33c9e1cbbb20c1738.tar.lz
yuzu-9d6f8e88b27268add7cbf7c33c9e1cbbb20c1738.tar.xz
yuzu-9d6f8e88b27268add7cbf7c33c9e1cbbb20c1738.tar.zst
yuzu-9d6f8e88b27268add7cbf7c33c9e1cbbb20c1738.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