mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-05 00:42:48 +00:00
liverpool: Fix tiled check for color buffer.
This commit is contained in:
parent
e652369f22
commit
9ef8cb2f2e
@ -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