diff options
| author | Jannik Vogel <email@jannikvogel.de> | 2016-05-04 10:21:51 +0200 |
|---|---|---|
| committer | Jannik Vogel <email@jannikvogel.de> | 2016-05-04 10:21:51 +0200 |
| commit | 7a77b8356ca0aebbd29b88402c9470dd22fedeab (patch) | |
| tree | 41c66a1e6f3d0ccd386a40f87a974ab7ce0f688d /src/video_core/debug_utils/debug_utils.h | |
| parent | 678d15761f7a4070849476f736158d7c8215ff2c (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.h | 2 |
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, |
