summaryrefslogtreecommitdiff
path: root/cpu_threaded.c
diff options
context:
space:
mode:
authornotaz2011-09-03 00:55:13 +0300
committernotaz2011-09-03 01:01:17 +0300
commitee0a3871f9982215361cd6bb4758eb9a7c7d8413 (patch)
tree6fc70e291e80ac7cda7c7438cb48ca0b89a7879d /cpu_threaded.c
parentd5e0983c10e0ca717603dd1a406ff0d6e450e905 (diff)
downloadpicogpsp-ee0a3871f9982215361cd6bb4758eb9a7c7d8413.tar.gz
picogpsp-ee0a3871f9982215361cd6bb4758eb9a7c7d8413.tar.bz2
picogpsp-ee0a3871f9982215361cd6bb4758eb9a7c7d8413.zip
get rid of GP2X_BUILD checks where they are not really needed
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()
{