summaryrefslogtreecommitdiff
path: root/src/video_core/debug_utils
diff options
context:
space:
mode:
authorGravatar Jannik Vogel2016-05-04 10:21:51 +0200
committerGravatar Jannik Vogel2016-05-04 10:21:51 +0200
commit7a77b8356ca0aebbd29b88402c9470dd22fedeab (patch)
tree41c66a1e6f3d0ccd386a40f87a974ab7ce0f688d /src/video_core/debug_utils
parentMerge pull request #1754 from JayFoxRox/fix-const_color-revert (diff)
downloadyuzu-7a77b8356ca0aebbd29b88402c9470dd22fedeab.tar.gz
yuzu-7a77b8356ca0aebbd29b88402c9470dd22fedeab.tar.xz
yuzu-7a77b8356ca0aebbd29b88402c9470dd22fedeab.zip
Pica: Rename VertexLoaded breakpoint to VertexShaderInvocation
Diffstat (limited to 'src/video_core/debug_utils')
-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:
40 PicaCommandProcessed, 40 PicaCommandProcessed,
41 IncomingPrimitiveBatch, 41 IncomingPrimitiveBatch,
42 FinishedPrimitiveBatch, 42 FinishedPrimitiveBatch,
43 VertexLoaded, 43 VertexShaderInvocation,
44 IncomingDisplayTransfer, 44 IncomingDisplayTransfer,
45 GSPCommandProcessed, 45 GSPCommandProcessed,
46 BufferSwapped, 46 BufferSwapped,