Wersja
4.0-148
Gałąź
dc-netplay
Data
10 lat, 5 miesięcy temu
Windows x64 Windows x86 Mac OS X Android
Commit
2269db3a7641e751f6dcc70022795fe38708b83d
Autor zmiany
comex
Opis zmiany
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.