From 3fd87a7636ff434118a5d7f7334550be8db55c0b Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 16 Feb 2014 23:51:41 -0500 Subject: Second and final pass of clearing out tabs. --- Source/Core/VideoCommon/CommandProcessor.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Source/Core/VideoCommon/CommandProcessor.cpp') diff --git a/Source/Core/VideoCommon/CommandProcessor.cpp b/Source/Core/VideoCommon/CommandProcessor.cpp index e3f6937b0e..3383d7f79a 100644 --- a/Source/Core/VideoCommon/CommandProcessor.cpp +++ b/Source/Core/VideoCommon/CommandProcessor.cpp @@ -31,8 +31,8 @@ int et_UpdateInterrupts; // STATE_TO_SAVE SCPFifoStruct fifo; UCPStatusReg m_CPStatusReg; -UCPCtrlReg m_CPCtrlReg; -UCPClearReg m_CPClearReg; +UCPCtrlReg m_CPCtrlReg; +UCPClearReg m_CPClearReg; u16 m_bboxleft; u16 m_bboxtop; @@ -541,11 +541,11 @@ void SetCpControlRegister() // We don't emulate proper GP timing anyway at the moment, so this code would just slow down emulation. void SetCpClearRegister() { -// if (IsOnThread()) -// { -// if (!m_CPClearReg.ClearFifoUnderflow && m_CPClearReg.ClearFifoOverflow) -// bProcessFifoToLoWatermark = true; -// } + // if (IsOnThread()) + // { + // if (!m_CPClearReg.ClearFifoUnderflow && m_CPClearReg.ClearFifoOverflow) + // bProcessFifoToLoWatermark = true; + // } } void Update() -- cgit v1.2.3