aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/debug_utils/debug_utils.h
diff options
context:
space:
mode:
authorJannik Vogel <email@jannikvogel.de>2016-05-04 10:21:51 +0200
committerJannik Vogel <email@jannikvogel.de>2016-05-04 10:21:51 +0200
commit7a77b8356ca0aebbd29b88402c9470dd22fedeab (patch)
tree41c66a1e6f3d0ccd386a40f87a974ab7ce0f688d /src/video_core/debug_utils/debug_utils.h
parent678d15761f7a4070849476f736158d7c8215ff2c (diff)
Pica: Rename VertexLoaded breakpoint to VertexShaderInvocation
Diffstat (limited to 'src/video_core/debug_utils/debug_utils.h')
-rw-r--r--src/video_core/debug_utils/debug_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/debug_utils/debug_utils.h b/src/video_core/debug_utils/debug_utils.h
index be2d0301a..f628292a4 100644
--- a/src/video_core/debug_utils/debug_utils.h
+++ b/src/video_core/debug_utils/debug_utils.h
@@ -40,7 +40,7 @@ public:
PicaCommandProcessed,
IncomingPrimitiveBatch,
FinishedPrimitiveBatch,
- VertexLoaded,
+ VertexShaderInvocation,
IncomingDisplayTransfer,
GSPCommandProcessed,
BufferSwapped,