diff options
Diffstat (limited to 'src/video_core/shader/shader.cpp')
| -rw-r--r-- | src/video_core/shader/shader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/shader/shader.cpp b/src/video_core/shader/shader.cpp index e397e8e03..13e22cb53 100644 --- a/src/video_core/shader/shader.cpp +++ b/src/video_core/shader/shader.cpp | |||
| @@ -16,7 +16,7 @@ namespace Pica { | |||
| 16 | namespace Shader { | 16 | namespace Shader { |
| 17 | 17 | ||
| 18 | void Setup(UnitState& state) { | 18 | void Setup(UnitState& state) { |
| 19 | // TODO(bunnei): This will be used by the JIT in a subsequent commit | 19 | // TODO(bunnei): This will be used by the JIT in a subsequent patch |
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | static Common::Profiling::TimingCategory shader_category("Vertex Shader"); | 22 | static Common::Profiling::TimingCategory shader_category("Vertex Shader"); |