mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
vk: Fix cache range computation
This commit is contained in:
parent
10e218e224
commit
85c0219aed
|
|
@ -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…
Reference in a new issue