summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornotaz2011-09-03 01:58:52 +0300
committernotaz2011-09-03 01:58:52 +0300
commitc21718e922f16bc7a459960b90e26634b8f2e33b (patch)
tree13850d55e1a191df1860ebd256d36e8bf8c8b34c
parent8b6232a675c7b49bd9651805fc92917cc7a92198 (diff)
downloadpicogpsp-c21718e922f16bc7a459960b90e26634b8f2e33b.tar.gz
picogpsp-c21718e922f16bc7a459960b90e26634b8f2e33b.tar.bz2
picogpsp-c21718e922f16bc7a459960b90e26634b8f2e33b.zip
move warm too
-rw-r--r--arm/warm.c (renamed from gp2x/warm.c)0
-rw-r--r--arm/warm.h (renamed from gp2x/warm.h)0
-rw-r--r--common.h3
-rw-r--r--gp2x/gp2x.h2
4 files changed, 3 insertions, 2 deletions
diff --git a/gp2x/warm.c b/arm/warm.c
index 7cf22ac..7cf22ac 100644
--- a/gp2x/warm.c
+++ b/arm/warm.c
diff --git a/gp2x/warm.h b/arm/warm.h
index a3fdd6b..a3fdd6b 100644
--- a/gp2x/warm.h
+++ b/arm/warm.h
diff --git a/common.h b/common.h
index 8d55af9..f43d75c 100644
--- 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
diff --git a/gp2x/gp2x.h b/gp2x/gp2x.h
index 85cdac8..ab8dd4c 100644
--- a/gp2x/gp2x.h
+++ b/gp2x/gp2x.h
@@ -1,8 +1,6 @@
#ifndef GP2X_H
#define GP2X_H
-#include "warm.h"
-
enum
{
GP2X_UP = 1 << 0,