mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-05-04 11:53:31 +02:00
move warm too
This commit is contained in:
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,
|
||||||
|
|||||||
Reference in New Issue
Block a user