summaryrefslogtreecommitdiff
path: root/libpcsxcore/debug.h
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-05-06 09:34:14 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-05-06 09:34:14 +0000
commit8f4da5b653f91eaca82f02565a9932ae0ef371f8 (patch)
treed3a30f58209291ab48b61ab2ce987ad690270253 /libpcsxcore/debug.h
parentdf4b58043ba0788d11637f44598978ef98e2d0bd (diff)
downloadpcsxr-8f4da5b653f91eaca82f02565a9932ae0ef371f8.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@66613 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/debug.h')
-rw-r--r--libpcsxcore/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/debug.h b/libpcsxcore/debug.h
index 5c5336d4..fc906a8e 100644
--- a/libpcsxcore/debug.h
+++ b/libpcsxcore/debug.h
@@ -25,7 +25,7 @@ extern "C" {
#endif
enum breakpoint_types {
- E, R1, R2, R4, W1, W2, W4
+ BE, BR1, BR2, BR4, BW1, BW2, BW4
};
void StartDebugger();