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