mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 10:04:39 +00:00
fix for Linux compilation (#416)
This commit is contained in:
parent
3d0fdf11f0
commit
2ba3221fc9
@ -766,7 +766,8 @@ struct Liverpool {
|
||||
}
|
||||
|
||||
TilingMode GetTilingMode() const {
|
||||
return info.linear_general ? TilingMode::Display_Linear : attrib.tile_mode_index;
|
||||
return info.linear_general ? TilingMode::Display_Linear
|
||||
: attrib.tile_mode_index.Value();
|
||||
}
|
||||
|
||||
bool IsTiled() const {
|
||||
|
Loading…
Reference in New Issue
Block a user