mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-06 08:08:42 +00:00
amdgpu: fix for linear tiling mode detection fin color buffers
This commit is contained in:
parent
7d1e9332d8
commit
d805c65b06
1 changed files with 1 additions and 1 deletions
|
@ -766,7 +766,7 @@ struct Liverpool {
|
||||||
}
|
}
|
||||||
|
|
||||||
TilingMode GetTilingMode() const {
|
TilingMode GetTilingMode() const {
|
||||||
return attrib.tile_mode_index;
|
return info.linear_general ? TilingMode::Display_Linear : attrib.tile_mode_index;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool IsTiled() const {
|
bool IsTiled() const {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue