shader_ir: Fixup file inclusions and clang-format

This commit is contained in:
ReinUsesLisp
2018-12-21 03:18:54 -03:00
parent 57a900cc45
commit 59b34b1d76
3 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@
namespace VideoCommon::Shader {
using Tegra::Shader::ConditionCode;
using Tegra::Shader::Instruction;
using Tegra::Shader::OpCode;
using Tegra::Shader::ConditionCode;
u32 ShaderIR::DecodeOther(BasicBlock& bb, u32 pc) {
const Instruction instr = {program_code[pc]};