From bfceec349e4f36f4845a5a82db7f3f28744bab71 Mon Sep 17 00:00:00 2001 From: "Derek \"Turtle\" Roe" Date: Fri, 19 Mar 2021 01:07:35 -0500 Subject: [PATCH] Update RSP Register.c Change multi line comment into single line comment --- Source/RSP/RSP Register.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/RSP/RSP Register.c b/Source/RSP/RSP Register.c index 982c87959..9fb4e3824 100644 --- a/Source/RSP/RSP Register.c +++ b/Source/RSP/RSP Register.c @@ -36,7 +36,7 @@ HWND RSP_Registers_hDlg, hTab, hStatic, hGPR[32], hCP0[16], hHIDDEN[12], int InRSPRegisterWindow = FALSE; WNDPROC RefreshProc; -/*** RSP Registers ***/ +// RSP registers UWORD32 RSP_GPR[32], RSP_Flags[4]; UDWORD RSP_ACCUM[8]; VECTOR RSP_Vect[32];