aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/debug_utils/debug_utils.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2016-05-05 05:54:14 -0400
committerbunnei <bunneidev@gmail.com>2016-05-05 05:54:14 -0400
commitf5e839066a11c0d478caa7297947d9fdd8c12fba (patch)
tree7593d8960f7410cdf14223baae34ae4b27cefb83 /src/video_core/debug_utils/debug_utils.h
parent07411fb6317f007ececf6970c028e7584abdee2e (diff)
parent7a77b8356ca0aebbd29b88402c9470dd22fedeab (diff)
Merge pull request #1757 from JayFoxRox/rename-vertexloaded-bp
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,