mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 15:18:45 +00:00
small correction for flags in Inst
This commit is contained in:
parent
ff293920e6
commit
060cbe5391
1 changed files with 1 additions and 1 deletions
|
@ -1620,7 +1620,7 @@ void IREmitter::DebugPrint(std::string_view format, boost::container::small_vect
|
||||||
arg_list = VaArg(arg, arg_list);
|
arg_list = VaArg(arg, arg_list);
|
||||||
}
|
}
|
||||||
|
|
||||||
Inst(Opcode::DebugPrint, info, arg_list);
|
Inst(Opcode::DebugPrint, Flags{info}, arg_list);
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace Shader::IR
|
} // namespace Shader::IR
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue