mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Add VMA to ext/ (AMD's Vulkan Memory Allocator)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#define VMA_IMPLEMENTATION
|
||||
|
||||
// BEGIN PPSSPP HACKS !!!!!
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <Windows.h>
|
||||
#include "Common/GPU/Vulkan/VulkanLoader.h"
|
||||
// END PPSSPP HACKS
|
||||
|
||||
using namespace PPSSPP_VK;
|
||||
|
||||
#undef VK_NO_PROTOTYPES
|
||||
#include "vk_mem_alloc.h"
|
||||
#define VK_NO_PROTOTYPES
|
||||
+20649
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user