diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2023-07-17 10:42:41 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-17 10:42:41 -0400 |
| commit | 5593bed08ad913ebc3b9ad17799391fb5289c2c3 (patch) | |
| tree | 43fa15d682207552d9f2aa29d080e1da13b3dd2c /externals/vma/vma.cpp | |
| parent | 8750564bd26fbb211653edadb490d4c442e2935a (diff) | |
| parent | c3050c1b48040ee1c66f7e84efa8e49fbe35a3e3 (diff) | |
Merge pull request #10934 from abouvier/cmake-vma
cmake: allow using system VMA library
Diffstat (limited to 'externals/vma/vma.cpp')
| -rw-r--r-- | externals/vma/vma.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/externals/vma/vma.cpp b/externals/vma/vma.cpp deleted file mode 100644 index 1fe2cf52b..000000000 --- a/externals/vma/vma.cpp +++ /dev/null @@ -1,8 +0,0 @@ -// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project -// 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 |
