mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-20 15:40:38 +01:00
Fix missing typeless info update
This commit is contained in:
parent
73ff506b88
commit
3fa45ff994
|
|
@ -2868,7 +2868,7 @@ namespace rsx
|
|||
|
||||
typeless_info.src_gcm_format = gcm_format;
|
||||
}
|
||||
else if (cached_src->is_depth_texture() != dst_is_depth_surface)
|
||||
else
|
||||
{
|
||||
typeless_info.src_gcm_format = cached_src->get_gcm_format();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue