summaryrefslogtreecommitdiff
path: root/cpu_threaded.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpu_threaded.c')
-rw-r--r--cpu_threaded.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/cpu_threaded.c b/cpu_threaded.c
index 377fb9d..62e2991 100644
--- a/cpu_threaded.c
+++ b/cpu_threaded.c
@@ -3481,11 +3481,7 @@ void flush_translation_cache_bios()
memset(bios_rom + 0x4000, 0, 0x4000);
}
-#ifdef GP2X_BUILD
- #define cache_dump_prefix "/mnt/nand/"
-#else
- #define cache_dump_prefix ""
-#endif
+#define cache_dump_prefix ""
void dump_translation_cache()
{