early-access version 3698

This commit is contained in:
pineappleEA
2023-06-19 03:52:12 +02:00
parent 319a587652
commit c57da32a15
26 changed files with 431 additions and 367 deletions

7
externals/vma/vma.cpp vendored Executable file
View File

@@ -0,0 +1,7 @@
// 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>