mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 03:25:46 +00:00
shader_ir: Fixup file inclusions and clang-format
This commit is contained in:
parent
15a03ee53f
commit
8ef8fd8188
3 changed files with 2 additions and 2 deletions
|
@ -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]};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue