mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
rsx: Apply Clang-Tidy fix "modernize-use-bool-literals"
This commit is contained in:
parent
349e7c8708
commit
b91bcdbbca
4 changed files with 12 additions and 12 deletions
|
|
@ -75,7 +75,7 @@ vertex_program_utils::vertex_program_metadata vertex_program_utils::analyse_vert
|
|||
d3.HEX = instruction->word[3];
|
||||
|
||||
// Touch current instruction
|
||||
result.instruction_mask[current_instrution] = 1;
|
||||
result.instruction_mask[current_instrution] = true;
|
||||
instruction_range.first = std::min(current_instrution, instruction_range.first);
|
||||
instruction_range.second = std::max(current_instrution, instruction_range.second);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue