mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
14 lines
273 B
C++
14 lines
273 B
C++
#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
|