mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 07:03:33 +02:00
Prevent dlopen collisions between ppsspp_libretro.so and libvulkan.so
This commit is contained in:
@@ -50,6 +50,8 @@
|
||||
#include "GPU/Vulkan/ShaderManagerVulkan.h"
|
||||
#include "GPU/Vulkan/DrawEngineVulkan.h"
|
||||
|
||||
using namespace PPSSPP;
|
||||
|
||||
#define TEXCACHE_MIN_SLAB_SIZE (8 * 1024 * 1024)
|
||||
#define TEXCACHE_MAX_SLAB_SIZE (32 * 1024 * 1024)
|
||||
#define TEXCACHE_SLAB_PRESSURE 4
|
||||
|
||||
Reference in New Issue
Block a user