mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
disable fb testing for partial framebuffer resources
This commit is contained in:
parent
31b07f2c5c
commit
30bba09fed
1 changed files with 1 additions and 1 deletions
|
@ -934,7 +934,7 @@ namespace rsx
|
|||
const u32 internal_width = (const u32)(tex_width * internal_scale);
|
||||
|
||||
const auto rsc = m_rtts.get_surface_subresource_if_applicable(texaddr, internal_width, tex_height, tex_pitch, true);
|
||||
if (rsc.surface && test_framebuffer(texaddr))
|
||||
if (rsc.surface/* && test_framebuffer(texaddr)*/)
|
||||
{
|
||||
//TODO: Check that this region is not cpu-dirty before doing a copy
|
||||
if (extended_dimension != rsx::texture_dimension_extended::texture_dimension_2d)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue