summaryrefslogtreecommitdiff
path: root/cpu_threaded.c
diff options
context:
space:
mode:
authoraliaspider2014-12-10 12:29:19 +0100
committeraliaspider2014-12-10 12:29:19 +0100
commit6d7fd87e07f157237319b51a8e0583ce0a4a5e6d (patch)
treee9382c5c647f64e1473117101f4bddf1e708148d /cpu_threaded.c
parent41484cd73c4114228c12f6456f61cc5caa72fecf (diff)
downloadpicogpsp-6d7fd87e07f157237319b51a8e0583ce0a4a5e6d.tar.gz
picogpsp-6d7fd87e07f157237319b51a8e0583ce0a4a5e6d.tar.bz2
picogpsp-6d7fd87e07f157237319b51a8e0583ce0a4a5e6d.zip
add a HAVE_MMAP check, cleanups.
Diffstat (limited to 'cpu_threaded.c')
-rw-r--r--cpu_threaded.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu_threaded.c b/cpu_threaded.c
index 30abec3..c0e27aa 100644
--- a/cpu_threaded.c
+++ b/cpu_threaded.c
@@ -23,7 +23,7 @@
#include "common.h"
-#ifdef __LIBRETRO__
+#ifdef HAVE_MMAP
u8* rom_translation_cache;
u8* ram_translation_cache;
u8* bios_translation_cache;