[MemArena] Opt-out of MemArenaPosix for Switch

This commit is contained in:
M4xw 2023-06-26 13:41:25 +02:00
parent 5e565cff35
commit b4f602de85

View file

@ -17,7 +17,7 @@
#include "ppsspp_config.h"
#if !defined(_WIN32) && !defined(ANDROID) && !defined(__APPLE__)
#if !defined(_WIN32) && !defined(ANDROID) && !defined(__APPLE__) && !PPSSPP_PLATFORM(SWITCH)
#include <sys/mman.h>
#include <sys/stat.h>