mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 17:58:37 +12:00
vk: Fix cache range computation
This commit is contained in:
parent
10e218e224
commit
85c0219aed
1 changed files with 1 additions and 0 deletions
|
@ -266,6 +266,7 @@ namespace vk
|
||||||
region.protect(0, vm::page_writable);
|
region.protect(0, vm::page_writable);
|
||||||
region.set_dirty(false);
|
region.set_dirty(false);
|
||||||
|
|
||||||
|
texture_cache_range = region.get_min_max(texture_cache_range);
|
||||||
return view;
|
return view;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue