Update Interpreter CPU.h

Change multi line comment to single line and fix capitalization
This commit is contained in:
Derek "Turtle" Roe 2021-03-19 00:43:56 -05:00
parent 7100399f3c
commit 969345d58f
1 changed files with 3 additions and 4 deletions

View File

@ -12,10 +12,9 @@
extern DWORD RSP_NextInstruction, RSP_JumpTo, RSP_MfStatusCount;
/*
* standard MIPS PC-relative branch
* returns the new PC, based on whether the condition passes
*/
// Standard MIPS PC-relative branch
// Returns the new PC, based on whether the condition passes
unsigned int RSP_branch_if(int condition);
void BuildInterpreterCPU(void);