summaryrefslogtreecommitdiff
path: root/libpcsxcore/debug.h
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-01-08 15:31:41 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-01-08 15:31:41 +0000
commit13bc98faa81df781bd227d91ef52edeb8ea8b0ea (patch)
tree8a4a1e0710e502502256ce43b7b9ab04bfd7216d /libpcsxcore/debug.h
parenta822176df79d4922cfbf2430934efbda27027c85 (diff)
downloadpcsxr-13bc98faa81df781bd227d91ef52edeb8ea8b0ea.tar.gz
debug.c;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82109 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/debug.h')
-rwxr-xr-xlibpcsxcore/debug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libpcsxcore/debug.h b/libpcsxcore/debug.h
index 0551a7f9..47c9cd7a 100755
--- a/libpcsxcore/debug.h
+++ b/libpcsxcore/debug.h
@@ -39,6 +39,9 @@ void DebugCheckBP(u32 address, enum breakpoint_types type);
void PauseDebugger();
void ResumeDebugger();
+extern char *disRNameGPR[];
+extern char *disRNameCP2D[];
+extern char *disRNameCP2C[];
extern char *disRNameCP0[];
char* disR3000AF(u32 code, u32 pc);