mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-28 01:08:24 +00:00
liverpool: Fix tiled check for color buffer. (#2227)
This commit is contained in:
parent
a8a779c79b
commit
91444a0545
|
@ -904,7 +904,7 @@ struct Liverpool {
|
|||
}
|
||||
|
||||
bool IsTiled() const {
|
||||
return !info.linear_general;
|
||||
return GetTilingMode() != TilingMode::Display_Linear;
|
||||
}
|
||||
|
||||
[[nodiscard]] DataFormat GetDataFmt() const {
|
||||
|
|
Loading…
Reference in a new issue