Prevent dlopen collisions between ppsspp_libretro.so and libvulkan.so

This commit is contained in:
Bram Verweij
2021-08-20 11:22:57 +02:00
parent 3c62fbc973
commit cc00a4132d
14 changed files with 372 additions and 353 deletions
+2
View File
@@ -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