From 7a77b8356ca0aebbd29b88402c9470dd22fedeab Mon Sep 17 00:00:00 2001 From: Jannik Vogel Date: Wed, 4 May 2016 10:21:51 +0200 Subject: Pica: Rename VertexLoaded breakpoint to VertexShaderInvocation --- src/video_core/debug_utils/debug_utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video_core/debug_utils') 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, -- cgit v1.2.3