mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-22 02:32:36 +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;
|
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();
|
typeless_info.src_gcm_format = cached_src->get_gcm_format();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user