summaryrefslogtreecommitdiff
path: root/src/video_core/debug_utils
diff options
context:
space:
mode:
authorGravatar bunnei2016-05-05 05:54:14 -0400
committerGravatar bunnei2016-05-05 05:54:14 -0400
commitf5e839066a11c0d478caa7297947d9fdd8c12fba (patch)
tree7593d8960f7410cdf14223baae34ae4b27cefb83 /src/video_core/debug_utils
parentMerge pull request #1734 from MerryMage/dsp-hle-source (diff)
parentPica: Rename VertexLoaded breakpoint to VertexShaderInvocation (diff)
downloadyuzu-f5e839066a11c0d478caa7297947d9fdd8c12fba.tar.gz
yuzu-f5e839066a11c0d478caa7297947d9fdd8c12fba.tar.xz
yuzu-f5e839066a11c0d478caa7297947d9fdd8c12fba.zip
Merge pull request #1757 from JayFoxRox/rename-vertexloaded-bp
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,