mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-11 15:09:00 +01:00
-dist is now -distToSend
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1185 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
b1563afa8d
commit
e2de566546
@ -218,7 +218,7 @@ void Fifo_EnterLoop(const SVideoInitialize &video_initialize)
|
|||||||
InterlockedExchangeAdd((LONG*)&_fifo.CPReadWriteDistance, -distToSend);
|
InterlockedExchangeAdd((LONG*)&_fifo.CPReadWriteDistance, -distToSend);
|
||||||
#else
|
#else
|
||||||
Common::InterlockedExchange((int*)&_fifo.CPReadPointer, readPtr);
|
Common::InterlockedExchange((int*)&_fifo.CPReadPointer, readPtr);
|
||||||
Common::InterlockedExchangeAdd((int*)&_fifo.CPReadWriteDistance, -dist);
|
Common::InterlockedExchangeAdd((int*)&_fifo.CPReadWriteDistance, -distToSend);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user