small oversight

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@823 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
memberTwo.mb2
2008-10-10 09:21:46 +00:00
parent 2ef0753c0d
commit 5796ccaca4
3 changed files with 0 additions and 4 deletions

View File

@ -276,7 +276,6 @@ void Write16(const u16 _Value, const u32 _Address)
//while (fifo.bFF_GPReadEnable && fifo.CPReadWriteDistance > fifo.CPHiWatermark && !(fifo.bFF_BPEnable && fifo.bFF_Breakpoint))
ct++;
if (ct) {LOG(COMMANDPROCESSOR, "(Write16): %lu cycles for nothing :[ ", ct);}
//fifo.bPauseRead = true;
}
#ifdef _WIN32
//EnterCriticalSection(&fifo.sync);