mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-06 09:52:33 -07:00
shader_ir: Fixup file inclusions and clang-format
This commit is contained in:
@@ -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]};
|
||||
|
Reference in New Issue
Block a user