diff options
author | GPUCode <geoster3d@gmail.com> | 2023-06-25 14:08:38 +0200 |
---|---|---|
committer | GPUCode <geoster3d@gmail.com> | 2023-06-26 17:59:24 +0200 |
commit | b6c6dcc5760ebaf08460c176c42d1c4729e2eb21 (patch) | |
tree | 41426f4d3437e28901e7764c0025eac2c6538539 /src/video_core | |
parent | vulkan_common: Remove required flags (diff) | |
download | yuzu-b6c6dcc5760ebaf08460c176c42d1c4729e2eb21.tar yuzu-b6c6dcc5760ebaf08460c176c42d1c4729e2eb21.tar.gz yuzu-b6c6dcc5760ebaf08460c176c42d1c4729e2eb21.tar.bz2 yuzu-b6c6dcc5760ebaf08460c176c42d1c4729e2eb21.tar.lz yuzu-b6c6dcc5760ebaf08460c176c42d1c4729e2eb21.tar.xz yuzu-b6c6dcc5760ebaf08460c176c42d1c4729e2eb21.tar.zst yuzu-b6c6dcc5760ebaf08460c176c42d1c4729e2eb21.zip |
Diffstat (limited to '')
-rw-r--r-- | src/video_core/vulkan_common/vulkan_device.cpp | 2 | ||||
-rw-r--r-- | src/video_core/vulkan_common/vulkan_memory_allocator.cpp | 2 | ||||
-rw-r--r-- | src/video_core/vulkan_common/vulkan_wrapper.cpp | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/src/video_core/vulkan_common/vulkan_device.cpp b/src/video_core/vulkan_common/vulkan_device.cpp index 94dd1aa14..31226084f 100644 --- a/src/video_core/vulkan_common/vulkan_device.cpp +++ b/src/video_core/vulkan_common/vulkan_device.cpp @@ -22,8 +22,6 @@ #include <adrenotools/bcenabler.h> #endif -#define VMA_STATIC_VULKAN_FUNCTIONS 0 -#define VMA_DYNAMIC_VULKAN_FUNCTIONS 1 #include <vk_mem_alloc.h> namespace Vulkan { diff --git a/src/video_core/vulkan_common/vulkan_memory_allocator.cpp b/src/video_core/vulkan_common/vulkan_memory_allocator.cpp index 70db41343..a2ef0efa4 100644 --- a/src/video_core/vulkan_common/vulkan_memory_allocator.cpp +++ b/src/video_core/vulkan_common/vulkan_memory_allocator.cpp @@ -15,8 +15,6 @@ #include "video_core/vulkan_common/vulkan_memory_allocator.h" #include "video_core/vulkan_common/vulkan_wrapper.h" -#define VMA_STATIC_VULKAN_FUNCTIONS 0 -#define VMA_DYNAMIC_VULKAN_FUNCTIONS 1 #include <vk_mem_alloc.h> namespace Vulkan { diff --git a/src/video_core/vulkan_common/vulkan_wrapper.cpp b/src/video_core/vulkan_common/vulkan_wrapper.cpp index c01a9478e..28fcb21a0 100644 --- a/src/video_core/vulkan_common/vulkan_wrapper.cpp +++ b/src/video_core/vulkan_common/vulkan_wrapper.cpp @@ -12,8 +12,6 @@ #include "video_core/vulkan_common/vulkan_wrapper.h" -#define VMA_STATIC_VULKAN_FUNCTIONS 0 -#define VMA_DYNAMIC_VULKAN_FUNCTIONS 1 #include <vk_mem_alloc.h> namespace Vulkan::vk { |