mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
fix for Linux compilation (#416)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user