diff --git a/rpcs3/Emu/RSX/Common/texture_cache_utils.h b/rpcs3/Emu/RSX/Common/texture_cache_utils.h index 37023a8773..7543432c69 100644 --- a/rpcs3/Emu/RSX/Common/texture_cache_utils.h +++ b/rpcs3/Emu/RSX/Common/texture_cache_utils.h @@ -1767,7 +1767,7 @@ namespace rsx if (!valid_range()) return false; - if ((gcm_format & format) != format) + if (format && gcm_format != format) return false; if (!width && !height && !depth && !mipmaps)