mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 19:28:43 +12: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
|
@ -173,7 +173,7 @@ public:
|
|||
void AddVecCodeDisasm(const std::string& code = "");
|
||||
void AddCodeCondDisasm(const std::string& dst, const std::string& src);
|
||||
void AddCodeDisasm(const std::string& code);
|
||||
void SetDSTDisasm(bool is_sca, std::string value);
|
||||
void SetDSTDisasm(bool is_sca, const std::string& value);
|
||||
void SetDSTVecDisasm(const std::string& code);
|
||||
void SetDSTScaDisasm(const std::string& code);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue