mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
Add missing const
This commit is contained in:
parent
2ff407ac6a
commit
b0e352c44e
@ -658,7 +658,7 @@ template<typename T> std::string FragmentProgramDecompiler::GetSRC(T src)
|
||||
rsx_log.error("Indexed load with control override mask detected. Report this to developers!");
|
||||
}
|
||||
|
||||
auto load_cmd = fmt::format("_indexed_load(i%u + %u)", m_loop_count - 1, src2.addr_reg);
|
||||
const auto load_cmd = fmt::format("_indexed_load(i%u + %u)", m_loop_count - 1, src2.addr_reg);
|
||||
properties.has_dynamic_register_load = true;
|
||||
insert = false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user