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