From 8f4da5b653f91eaca82f02565a9932ae0ef371f8 Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Fri, 6 May 2011 09:34:14 +0000 Subject: git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@66613 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore/debug.h') 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(); -- cgit v1.2.3