mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
Fix missing inserted = true in check_for_duplicates_fast
This commit is contained in:
parent
70faef3fdb
commit
63647a7dcb
1 changed files with 1 additions and 0 deletions
|
@ -678,6 +678,7 @@ namespace rsx
|
|||
}
|
||||
|
||||
m_ranges.insert(pos, this_range);
|
||||
inserted = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue