mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-22 04:24:44 +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);
|
||||
}
|
||||
|
||||
Inst(Opcode::DebugPrint, info, arg_list);
|
||||
Inst(Opcode::DebugPrint, Flags{info}, arg_list);
|
||||
}
|
||||
|
||||
} // namespace Shader::IR
|
||||
|
|
Loading…
Add table
Reference in a new issue