mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +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
|
@ -1613,7 +1613,7 @@ namespace rsx
|
|||
}
|
||||
}
|
||||
|
||||
void thread::get_current_fragment_program_legacy(std::function<std::tuple<bool, u16>(u32, fragment_texture&, bool)> get_surface_info)
|
||||
void thread::get_current_fragment_program_legacy(const std::function<std::tuple<bool, u16>(u32, fragment_texture&, bool)>& get_surface_info)
|
||||
{
|
||||
auto &result = current_fragment_program = {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue