libnx: try to enable the ari64 dynarec
[pcsx_rearmed.git] / frontend / switch / sys / mman.h
index 5e8d22e..211e09d 100644 (file)
@@ -23,8 +23,8 @@ extern "C" {
 
 #define MAP_FAILED      ((void *)-1)
 
-static void* dynarec_cache = NULL;
-static void* dynarec_cache_mapping = NULL;
+//static void* dynarec_cache = NULL;
+//static void* dynarec_cache_mapping = NULL;
 
 static inline void* mmap(void *addr, size_t len, int prot, int flags, int fd, off_t offset)
 {