mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-24 11:58:58 +02:00
ACTUALLY fix VMA garbage
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
16b3759937
commit
cb55efe71b
5 changed files with 25 additions and 39 deletions
|
|
@ -4,9 +4,6 @@
|
|||
// SPDX-FileCopyrightText: 2019 Citra Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#define VMA_IMPLEMENTATION
|
||||
#include "video_core/vulkan_common/vma.h"
|
||||
|
||||
#include <array>
|
||||
#include <cstring>
|
||||
#include <type_traits>
|
||||
|
|
@ -93,3 +90,6 @@ TEST_CASE("BitField", "[common]") {
|
|||
0b11000111,
|
||||
}});
|
||||
}
|
||||
|
||||
#define VMA_IMPLEMENTATION
|
||||
#include "video_core/vulkan_common/vma.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue