summaryrefslogtreecommitdiffstats
path: root/src/video_core/vulkan_common/vulkan_device.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/vulkan_device.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/vulkan_device.cpp')
-rw-r--r--src/video_core/vulkan_common/vulkan_device.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/video_core/vulkan_common/vulkan_device.cpp b/src/video_core/vulkan_common/vulkan_device.cpp
index 78918f996..09b95cc3f 100644
--- a/src/video_core/vulkan_common/vulkan_device.cpp
+++ b/src/video_core/vulkan_common/vulkan_device.cpp
@@ -15,6 +15,7 @@
#include "common/polyfill_ranges.h"
#include "common/settings.h"
#include "video_core/vulkan_common/nsight_aftermath_tracker.h"
+#include "video_core/vulkan_common/vma.h"
#include "video_core/vulkan_common/vulkan_device.h"
#include "video_core/vulkan_common/vulkan_wrapper.h"
@@ -22,8 +23,6 @@
#include <adrenotools/bcenabler.h>
#endif
-#include <vk_mem_alloc.h>
-
namespace Vulkan {
using namespace Common::Literals;
namespace {