mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-23 10:35:03 +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 {
|
bool IsTiled() const {
|
||||||
return !info.linear_general;
|
return GetTilingMode() != TilingMode::Display_Linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
[[nodiscard]] DataFormat GetDataFmt() const {
|
[[nodiscard]] DataFormat GetDataFmt() const {
|
||||||
|
Loading…
Reference in New Issue
Block a user