move warm too
authornotaz <notaz@pixelinis>
Fri, 2 Sep 2011 22:58:52 +0000 (01:58 +0300)
committernotaz <notaz@pixelinis>
Fri, 2 Sep 2011 22:58:52 +0000 (01:58 +0300)
arm/warm.c [moved from gp2x/warm.c with 100% similarity]
arm/warm.h [moved from gp2x/warm.h with 100% similarity]
common.h
gp2x/gp2x.h

similarity index 100%
rename from gp2x/warm.c
rename to arm/warm.c
similarity index 100%
rename from gp2x/warm.h
rename to arm/warm.h
index 8d55af9..f43d75c 100644 (file)
--- a/common.h
+++ b/common.h
@@ -225,6 +225,9 @@ typedef u32 fixed16_16;
 #include "zip.h"
 #include "cheats.h"
 
+#ifdef ARM_ARCH
+  #include "arm/warm.h"
+#endif
 
 #ifdef PSP_BUILD
   #define printf pspDebugScreenPrintf
index 85cdac8..ab8dd4c 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef GP2X_H
 #define GP2X_H
 
-#include "warm.h"
-
 enum
 {
   GP2X_UP       = 1 << 0,