diff options
| author | Tony Wasserka <neobrainx@gmail.com> | 2015-08-16 13:18:56 +0200 |
|---|---|---|
| committer | Tony Wasserka <neobrainx@gmail.com> | 2015-08-16 13:18:56 +0200 |
| commit | 7312894a6a1a1600629f2eaec8843508a2fd3578 (patch) | |
| tree | 4f67fb221da50ada7a62efc45788d16950ef16f6 /src/video_core/command_processor.cpp | |
| parent | 0aa443a8715d83745ae8cb2914b74f8a358afc2d (diff) | |
| parent | 32592364b8f43232fce583d9711a653e99953028 (diff) | |
Merge pull request #933 from neobrain/shader_debugger
Shader debugger improvements
Diffstat (limited to 'src/video_core/command_processor.cpp')
| -rw-r--r-- | src/video_core/command_processor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/command_processor.cpp b/src/video_core/command_processor.cpp index 374c4748d..8c741f31f 100644 --- a/src/video_core/command_processor.cpp +++ b/src/video_core/command_processor.cpp @@ -215,7 +215,7 @@ static inline void WritePicaReg(u32 id, u32 value, u32 mask) { unsigned int vertex_cache_pos = 0; vertex_cache_ids.fill(-1); - Shader::UnitState shader_unit; + Shader::UnitState<false> shader_unit; Shader::Setup(shader_unit); for (unsigned int index = 0; index < regs.num_vertices; ++index) |
