mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
rsx: Remove redundant check
This commit is contained in:
parent
f31233b822
commit
429a76a140
1 changed files with 0 additions and 3 deletions
|
@ -2306,9 +2306,6 @@ namespace rsx
|
|||
auto old_src_area = src_area;
|
||||
section_storage_type *cached_src = nullptr;
|
||||
|
||||
// If no source exists, a dest texture must exist since format matching should always pass
|
||||
verify(HERE), dest_texture;
|
||||
|
||||
for (const auto &surface : overlapping_surfaces)
|
||||
{
|
||||
if (!surface->is_locked())
|
||||
|
|
Loading…
Add table
Reference in a new issue