mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00:00
Fix warnings related to parentheses
This commit is contained in:
parent
32f8f40a4a
commit
be521ff0ab
9 changed files with 21 additions and 21 deletions
|
|
@ -155,7 +155,7 @@ vertex_program_utils::vertex_program_metadata vertex_program_utils::analyse_vert
|
|||
}
|
||||
}
|
||||
|
||||
if (d3.end && (fast_exit || current_instrution >= instruction_range.second) ||
|
||||
if ((d3.end && (fast_exit || current_instrution >= instruction_range.second)) ||
|
||||
(current_instrution + 1) == 512)
|
||||
{
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue