summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authortwinaphex2014-12-11 18:47:48 +0100
committertwinaphex2014-12-11 18:47:48 +0100
commit5b59ef3acc721639ebc1c78ab42fe64f4e30ab6d (patch)
treeac8df419383ab459746cfaac0a7843c042ac5b7d /common.h
parent97166d5cbde98ea2c153c813b84653e6fbfdeba8 (diff)
downloadpicogpsp-5b59ef3acc721639ebc1c78ab42fe64f4e30ab6d.tar.gz
picogpsp-5b59ef3acc721639ebc1c78ab42fe64f4e30ab6d.tar.bz2
picogpsp-5b59ef3acc721639ebc1c78ab42fe64f4e30ab6d.zip
Reimplement cache invalidation code
Diffstat (limited to 'common.h')
-rw-r--r--common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/common.h b/common.h
index d8c5879..765f028 100644
--- a/common.h
+++ b/common.h
@@ -210,8 +210,4 @@ typedef u32 fixed8_24;
#include "main.h"
#include "cheats.h"
-#ifdef ARM_ARCH
- #include "arm/warm.h"
-#endif
-
#endif