mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
[MemArena] Opt-out of MemArenaPosix for Switch
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user