From c21718e922f16bc7a459960b90e26634b8f2e33b Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 3 Sep 2011 01:58:52 +0300 Subject: [PATCH] move warm too --- {gp2x => arm}/warm.c | 0 {gp2x => arm}/warm.h | 0 common.h | 3 +++ gp2x/gp2x.h | 2 -- 4 files changed, 3 insertions(+), 2 deletions(-) rename {gp2x => arm}/warm.c (100%) rename {gp2x => arm}/warm.h (100%) diff --git a/gp2x/warm.c b/arm/warm.c similarity index 100% rename from gp2x/warm.c rename to arm/warm.c diff --git a/gp2x/warm.h b/arm/warm.h similarity index 100% rename from gp2x/warm.h rename to 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, -- 2.39.2