move warm too
This commit is contained in:
parent
8b6232a675
commit
c21718e922
4 changed files with 3 additions and 2 deletions
3
common.h
3
common.h
|
@ -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
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue