Pica: Rename VertexLoaded breakpoint to VertexShaderInvocation

This commit is contained in:
Jannik Vogel 2016-05-04 10:21:51 +02:00
parent 678d15761f
commit 7a77b8356c
4 changed files with 8 additions and 10 deletions

View file

@ -40,7 +40,7 @@ public:
PicaCommandProcessed,
IncomingPrimitiveBatch,
FinishedPrimitiveBatch,
VertexLoaded,
VertexShaderInvocation,
IncomingDisplayTransfer,
GSPCommandProcessed,
BufferSwapped,