diff options
author | bunnei <bunneidev@gmail.com> | 2015-07-22 04:54:38 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2015-08-15 23:33:46 +0200 |
commit | d67e2f78b77c0739caa8c6a915685aa8961a519c (patch) | |
tree | 6973754fc51ceb01efecd8618150084fd0608487 /src/video_core | |
parent | Common: Ported over boilerplate x86 JIT code from Dolphin/PPSSPP. (diff) | |
download | yuzu-d67e2f78b77c0739caa8c6a915685aa8961a519c.tar yuzu-d67e2f78b77c0739caa8c6a915685aa8961a519c.tar.gz yuzu-d67e2f78b77c0739caa8c6a915685aa8961a519c.tar.bz2 yuzu-d67e2f78b77c0739caa8c6a915685aa8961a519c.tar.lz yuzu-d67e2f78b77c0739caa8c6a915685aa8961a519c.tar.xz yuzu-d67e2f78b77c0739caa8c6a915685aa8961a519c.tar.zst yuzu-d67e2f78b77c0739caa8c6a915685aa8961a519c.zip |
Diffstat (limited to 'src/video_core')
-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 { namespace Shader { void Setup(UnitState& state) { - // TODO(bunnei): This will be used by the JIT in a subsequent commit + // TODO(bunnei): This will be used by the JIT in a subsequent patch } static Common::Profiling::TimingCategory shader_category("Vertex Shader"); |