Verze
4.0-416
Větev
dc-netplay
Datum
před 10 lety, 4 měsíci
Windows x64 Windows x86 Mac OS X Android
Odevzdání
00c34519479e50328fe9a1df67b5095eb3ad1dac
Autor změny
comex
Popis změny
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.