diff options
author | notaz | 2011-09-23 03:07:38 +0300 |
---|---|---|
committer | notaz | 2011-09-23 03:08:55 +0300 |
commit | fc8145b709406b946c1d5527ff89ed419596fd17 (patch) | |
tree | 4b87a83f6733798a180908c72a34d947b6f0e2d7 /frontend | |
parent | 321ca84db15812ffd5607fa51d488e3d59b4c0c7 (diff) | |
download | pcsx_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.c | 4 |
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]; |