mirror of https://git.suyu.dev/suyu/suyu
externals: Add vma and initialize it
video_core: Move vma implementation to librarymerge-requests/60/head
parent
6e293be20b
commit
6448eade2e
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 0aa3989b8f382f185fdf646cc83a1d16fa31d6ab
|
||||||
@ -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>
|
||||||
Loading…
Reference in New Issue