mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 14:37:08 +00:00
static analysis: less references
This commit is contained in:
parent
df2f68da44
commit
815a4e7dc1
2 changed files with 8 additions and 8 deletions
|
|
@ -256,13 +256,13 @@ public:
|
|||
|
||||
program_buffer_patch_entry() = default;
|
||||
|
||||
program_buffer_patch_entry(f32& key, f32& value)
|
||||
program_buffer_patch_entry(f32 key, f32 value)
|
||||
{
|
||||
fp_key = key;
|
||||
fp_value = value;
|
||||
}
|
||||
|
||||
program_buffer_patch_entry(u32& key, u32& value)
|
||||
program_buffer_patch_entry(u32 key, u32 value)
|
||||
{
|
||||
hex_key = key;
|
||||
hex_value = value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue