mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-27 19:04:28 +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 a new issue