mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-27 04:25:12 +00:00
clang-format (hopefully)
This commit is contained in:
parent
f4e510faed
commit
7a7c495364
@ -320,7 +320,7 @@ struct Image {
|
|||||||
|
|
||||||
TilingMode GetTilingMode() const {
|
TilingMode GetTilingMode() const {
|
||||||
if (tiling_index >= 0 && tiling_index <= 7) {
|
if (tiling_index >= 0 && tiling_index <= 7) {
|
||||||
return tiling_index == 5 ? TilingMode::Depth_MicroTiled : TilingMode::Depth_MacroTiled;
|
return tiling_index == 5 ? TilingMode::Depth_MicroTiled : TilingMode::Depth_MacroTiled;
|
||||||
}
|
}
|
||||||
return static_cast<TilingMode>(tiling_index);
|
return static_cast<TilingMode>(tiling_index);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user