aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authornotaz2011-09-23 03:07:38 +0300
committernotaz2011-09-23 03:08:55 +0300
commitfc8145b709406b946c1d5527ff89ed419596fd17 (patch)
tree4b87a83f6733798a180908c72a34d947b6f0e2d7 /frontend
parent321ca84db15812ffd5607fa51d488e3d59b4c0c7 (diff)
downloadpcsx_rearmed-fc8145b709406b946c1d5527ff89ed419596fd17.tar.gz
pcsx_rearmed-fc8145b709406b946c1d5527ff89ed419596fd17.tar.bz2
pcsx_rearmed-fc8145b709406b946c1d5527ff89ed419596fd17.zip
fix build on some ARM toolchains
R1 redefined..
Diffstat (limited to 'frontend')
-rw-r--r--frontend/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/main.c b/frontend/main.c
index 498e780..37a72ac 100644
--- a/frontend/main.c
+++ b/frontend/main.c
@@ -27,6 +27,10 @@
#include "common/input.h"
#include "common/readpng.h"
+// don't include debug.h - it breaks ARM build (R1 redefined)
+void StartDebugger();
+void StopDebugger();
+
int ready_to_go;
unsigned long gpuDisp;
char cfgfile_basename[MAXPATHLEN];