mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
rsx: Typo fix
This commit is contained in:
parent
521969bcc3
commit
2163a59649
1 changed files with 1 additions and 1 deletions
|
@ -1706,7 +1706,7 @@ namespace rsx
|
|||
|
||||
if (auto texptr = m_rtts.get_texture_from_depth_stencil_if_applicable(texaddr))
|
||||
{
|
||||
if (const bool is_active = m_rtts.address_is_bound(texaddr, false);
|
||||
if (const bool is_active = m_rtts.address_is_bound(texaddr, true);
|
||||
is_active || texptr->test())
|
||||
{
|
||||
return process_framebuffer_resource(cmd, texptr, texaddr, tex.format(), m_rtts,
|
||||
|
|
Loading…
Add table
Reference in a new issue