mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2025-12-12 18:28:51 +01:00
move warm too
This commit is contained in:
parent
8b6232a675
commit
c21718e922
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…
x
Reference in New Issue
Block a user