mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
small oversight
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@823 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user