버전
3.5-2314
분기
dc-netplay
날짜
10년, 7개월 전
Windows x64 Windows x86 Mac OS X Android
커밋
357bcf77f330cc8434c7de1912b96574c98af3ce
만든이 변경
comex
설명 변경
Refactor SetCpStatus, hopefully fixing breakpoints.

Now it's only called in a single place in each mode.  Normally this is
the GPU thread, because everything needs to be checked when
CPReadPointer changes, and watermarks shouldn't need strict timing so
there's no need to also call it from some other thread.  In
bSyncGPUAtIdleOnly mode, we ignore watermarks, so it's called on the
CPU thread after cpuFifo.CPReadPointer is updated, to check for
breakpoints.