From: notaz Date: Fri, 2 Sep 2011 22:58:52 +0000 (+0300) Subject: move warm too X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=gpsp.git;a=commitdiff_plain;h=c21718e922f16bc7a459960b90e26634b8f2e33b move warm too --- 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,