mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-19 19:15:26 +00:00
Fix missing typeless info update
This commit is contained in:
parent
73ff506b88
commit
3fa45ff994
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue