summaryrefslogtreecommitdiffstats
path: root/externals/vma/vma.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--externals/vma/vma.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/externals/vma/vma.cpp b/externals/vma/vma.cpp
new file mode 100644
index 000000000..7f7df9cff
--- /dev/null
+++ b/externals/vma/vma.cpp
@@ -0,0 +1,5 @@
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#define VMA_IMPLEMENTATION
+#include <vk_mem_alloc.h> \ No newline at end of file