summaryrefslogtreecommitdiff
path: root/libpcsxcore/debug.h
diff options
context:
space:
mode:
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);