mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Run code through the advanced tool 'sed' to remove trailing whitespace.
This commit is contained in:
@ -108,7 +108,7 @@ void Init()
|
||||
m_bboxbottom = 480;
|
||||
|
||||
m_tokenReg = 0;
|
||||
|
||||
|
||||
memset(&fifo,0,sizeof(fifo));
|
||||
fifo.CPCmdIdle = 1;
|
||||
fifo.CPReadIdle = 1;
|
||||
@ -613,7 +613,7 @@ void ProcessFifoEvents()
|
||||
|
||||
void Shutdown()
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
void SetCpStatusRegister()
|
||||
@ -656,7 +656,7 @@ void SetCpControlRegister()
|
||||
ProcessorInterface::Fifo_CPUBase = fifo.CPBase;
|
||||
ProcessorInterface::Fifo_CPUEnd = fifo.CPEnd;
|
||||
}
|
||||
|
||||
|
||||
if(fifo.bFF_GPReadEnable && !m_CPCtrlReg.GPReadEnable)
|
||||
{
|
||||
fifo.bFF_GPReadEnable = m_CPCtrlReg.GPReadEnable;
|
||||
|
Reference in New Issue
Block a user