mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
silence warnings in RSX stuff
This commit is contained in:
parent
8276d29d4f
commit
3a9ae2df9e
7 changed files with 46 additions and 25 deletions
|
|
@ -327,7 +327,8 @@ public:
|
|||
for (auto& e : patch_table.db)
|
||||
{
|
||||
//TODO: Use fp comparison with fabsf without hurting performance
|
||||
if (patched = e.second.test_and_set(tmp[i], &dst[i]))
|
||||
patched = e.second.test_and_set(tmp[i], &dst[i]);
|
||||
if (patched)
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue