mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-25 04:02:42 +01:00
rsx: Fix sloppy format matching test
This commit is contained in:
parent
4fe17fcecf
commit
44fe6f6d39
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user