mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 00:13:08 +00:00
small correction for flags in Inst
This commit is contained in:
parent
ff293920e6
commit
060cbe5391
@ -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…
Reference in New Issue
Block a user