diff options
| author | 2016-05-04 10:21:51 +0200 | |
|---|---|---|
| committer | 2016-05-04 10:21:51 +0200 | |
| commit | 7a77b8356ca0aebbd29b88402c9470dd22fedeab (patch) | |
| tree | 41c66a1e6f3d0ccd386a40f87a974ab7ce0f688d /src/video_core/debug_utils | |
| parent | Merge pull request #1754 from JayFoxRox/fix-const_color-revert (diff) | |
| download | yuzu-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.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: | |||
| 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, |