summaryrefslogtreecommitdiffstats
path: root/src/video_core/vulkan_common/vma.cpp
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-07-31 21:28:35 +0200
committerGitHub <noreply@github.com>2023-07-31 21:28:35 +0200
commit2a9eab5e1b2079f30879c84ef974fb9d627ed844 (patch)
treeafdc6b7addc6013e68f3ef5867b075233e67f7dd /src/video_core/vulkan_common/vma.cpp
parentMerge pull request #11181 from Kelebek1/audrenparaminternal (diff)
parentvma: enable options everywhere (diff)
downloadyuzu-2a9eab5e1b2079f30879c84ef974fb9d627ed844.tar
yuzu-2a9eab5e1b2079f30879c84ef974fb9d627ed844.tar.gz
yuzu-2a9eab5e1b2079f30879c84ef974fb9d627ed844.tar.bz2
yuzu-2a9eab5e1b2079f30879c84ef974fb9d627ed844.tar.lz
yuzu-2a9eab5e1b2079f30879c84ef974fb9d627ed844.tar.xz
yuzu-2a9eab5e1b2079f30879c84ef974fb9d627ed844.tar.zst
yuzu-2a9eab5e1b2079f30879c84ef974fb9d627ed844.zip
Diffstat (limited to 'src/video_core/vulkan_common/vma.cpp')
-rw-r--r--src/video_core/vulkan_common/vma.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/video_core/vulkan_common/vma.cpp b/src/video_core/vulkan_common/vma.cpp
index 1fe2cf52b..addf10762 100644
--- a/src/video_core/vulkan_common/vma.cpp
+++ b/src/video_core/vulkan_common/vma.cpp
@@ -2,7 +2,5 @@
// SPDX-License-Identifier: GPL-2.0-or-later
#define VMA_IMPLEMENTATION
-#define VMA_STATIC_VULKAN_FUNCTIONS 0
-#define VMA_DYNAMIC_VULKAN_FUNCTIONS 1
-#include <vk_mem_alloc.h> \ No newline at end of file
+#include "video_core/vulkan_common/vma.h"