diff options
| author | 2018-12-21 03:18:54 -0300 | |
|---|---|---|
| committer | 2019-01-15 17:54:52 -0300 | |
| commit | 59b34b1d76371bc1bf70ca263a1ac63293a8409e (patch) | |
| tree | aa1c1bdaf6e784f21978a260fabe826081fcbbb3 /src/video_core/shader/decode | |
| parent | shader_ir: Move comment node string (diff) | |
| download | yuzu-59b34b1d76371bc1bf70ca263a1ac63293a8409e.tar.gz yuzu-59b34b1d76371bc1bf70ca263a1ac63293a8409e.tar.xz yuzu-59b34b1d76371bc1bf70ca263a1ac63293a8409e.zip | |
shader_ir: Fixup file inclusions and clang-format
Diffstat (limited to 'src/video_core/shader/decode')
| -rw-r--r-- | src/video_core/shader/decode/other.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/shader/decode/other.cpp b/src/video_core/shader/decode/other.cpp index 9200b5da9..9630ef831 100644 --- a/src/video_core/shader/decode/other.cpp +++ b/src/video_core/shader/decode/other.cpp | |||
| @@ -9,9 +9,9 @@ | |||
| 9 | 9 | ||
| 10 | namespace VideoCommon::Shader { | 10 | namespace VideoCommon::Shader { |
| 11 | 11 | ||
| 12 | using Tegra::Shader::ConditionCode; | ||
| 12 | using Tegra::Shader::Instruction; | 13 | using Tegra::Shader::Instruction; |
| 13 | using Tegra::Shader::OpCode; | 14 | using Tegra::Shader::OpCode; |
| 14 | using Tegra::Shader::ConditionCode; | ||
| 15 | 15 | ||
| 16 | u32 ShaderIR::DecodeOther(BasicBlock& bb, u32 pc) { | 16 | u32 ShaderIR::DecodeOther(BasicBlock& bb, u32 pc) { |
| 17 | const Instruction instr = {program_code[pc]}; | 17 | const Instruction instr = {program_code[pc]}; |