Skip to content

Commit

Permalink
[MemArena] Opt-out of MemArenaPosix for Switch
Browse files Browse the repository at this point in the history
  • Loading branch information
m4xw committed Jun 26, 2023
1 parent 5e565cf commit b4f602d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common/MemArenaPosix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b4f602d

Please sign in to comment.