mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
rsx: Batch transform contants load methods
This commit is contained in:
parent
f36686b1a7
commit
72d1efa383
3 changed files with 35 additions and 16 deletions
|
@ -176,9 +176,7 @@ namespace utils
|
|||
|
||||
void set_min_max(const address_range &other)
|
||||
{
|
||||
const address_range _range = get_min_max(other);
|
||||
start = _range.start;
|
||||
end = _range.end;
|
||||
*this = get_min_max(other);
|
||||
}
|
||||
|
||||
bool is_page_range() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue