mirror of
https://github.com/FunKey-Project/picofe-irixxxx.git
synced 2026-04-30 01:49:28 +02:00
move common files to root
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "../common/input.h"
|
||||
#include "../input.h"
|
||||
#include "in_gp2x.h"
|
||||
|
||||
#define IN_GP2X_PREFIX "gp2x:"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "soc.h"
|
||||
#include "../common/emu.h"
|
||||
#include "../emu.h"
|
||||
|
||||
extern void *gp2x_screens[4];
|
||||
|
||||
|
||||
@@ -11,9 +11,9 @@
|
||||
#include "soc.h"
|
||||
#include "soc_mmsp2.h"
|
||||
#include "plat_gp2x.h"
|
||||
#include "../common/emu.h"
|
||||
#include "../common/plat.h"
|
||||
#include "../common/arm_utils.h"
|
||||
#include "../emu.h"
|
||||
#include "../plat.h"
|
||||
#include "../arm_utils.h"
|
||||
#include "940ctl.h"
|
||||
|
||||
volatile unsigned short *gp2x_memregs;
|
||||
|
||||
@@ -20,9 +20,9 @@
|
||||
|
||||
#include "soc.h"
|
||||
#include "plat_gp2x.h"
|
||||
#include "../common/emu.h"
|
||||
#include "../common/plat.h"
|
||||
#include "../common/arm_utils.h"
|
||||
#include "../emu.h"
|
||||
#include "../plat.h"
|
||||
#include "../arm_utils.h"
|
||||
#include "pollux_set.h"
|
||||
|
||||
static volatile unsigned short *memregs;
|
||||
|
||||
Reference in New Issue
Block a user