move warm too

This commit is contained in:
notaz 2011-09-03 01:58:52 +03:00
parent 8b6232a675
commit c21718e922
4 changed files with 3 additions and 2 deletions

View file

@ -225,6 +225,9 @@ typedef u32 fixed16_16;
#include "zip.h" #include "zip.h"
#include "cheats.h" #include "cheats.h"
#ifdef ARM_ARCH
#include "arm/warm.h"
#endif
#ifdef PSP_BUILD #ifdef PSP_BUILD
#define printf pspDebugScreenPrintf #define printf pspDebugScreenPrintf

View file

@ -1,8 +1,6 @@
#ifndef GP2X_H #ifndef GP2X_H
#define GP2X_H #define GP2X_H
#include "warm.h"
enum enum
{ {
GP2X_UP = 1 << 0, GP2X_UP = 1 << 0,