mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-05 06:35:04 -06:00
rsx: Remove pointless assert
This commit is contained in:
parent
e9b6beadfc
commit
745f8f9627
@ -2098,7 +2098,6 @@ namespace rsx
|
|||||||
|
|
||||||
if (last.width >= internal_width && last.height >= internal_height)
|
if (last.width >= internal_width && last.height >= internal_height)
|
||||||
{
|
{
|
||||||
verify(HERE), last.surface->test();
|
|
||||||
return process_framebuffer_resource_fast(cmd, last.surface, texaddr, tex.format(), tex_width, tex_height, depth,
|
return process_framebuffer_resource_fast(cmd, last.surface, texaddr, tex.format(), tex_width, tex_height, depth,
|
||||||
extended_dimension, tex.remap(), tex.decoded_remap(), false);
|
extended_dimension, tex.remap(), tex.decoded_remap(), false);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user