From b4f602de85d17bc55f774548d7b021ae207244c3 Mon Sep 17 00:00:00 2001 From: M4xw Date: Mon, 26 Jun 2023 13:41:25 +0200 Subject: [PATCH] [MemArena] Opt-out of MemArenaPosix for Switch --- Common/MemArenaPosix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/MemArenaPosix.cpp b/Common/MemArenaPosix.cpp index d35433bd57be..6956f9fcd830 100644 --- a/Common/MemArenaPosix.cpp +++ b/Common/MemArenaPosix.cpp @@ -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 #include