mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 03:25:16 +00: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.set_dirty(false);
|
||||
|
||||
texture_cache_range = region.get_min_max(texture_cache_range);
|
||||
return view;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue