mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
rsx: Apply Clang-Tidy fix "performance-unnecessary-value-param"
This commit is contained in:
parent
81a3b49c2f
commit
db926ee671
15 changed files with 23 additions and 23 deletions
|
|
@ -134,7 +134,7 @@ std::string CgBinaryDisasm::GetSRCDisasm(const u32 n)
|
|||
return ret;
|
||||
}
|
||||
|
||||
void CgBinaryDisasm::SetDSTDisasm(bool is_sca, std::string value)
|
||||
void CgBinaryDisasm::SetDSTDisasm(bool is_sca, const std::string& value)
|
||||
{
|
||||
is_sca ? AddScaCodeDisasm() : AddVecCodeDisasm();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue