1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 18:53:28 +01:00

gl: Do not byteswap uint24_8 as it needs a custom 8_24 decoder

This commit is contained in:
kd-11 2019-09-07 18:31:22 +03:00 committed by kd-11
parent fa2034087d
commit 48a5cd545f

View File

@ -868,7 +868,7 @@ namespace gl
}
case CELL_GCM_TEXTURE_DEPTH24_D8:
{
cached.set_format(gl::texture::format::depth_stencil, gl::texture::type::uint_24_8, true);
cached.set_format(gl::texture::format::depth_stencil, gl::texture::type::uint_24_8, false);
break;
}
case CELL_GCM_TEXTURE_DEPTH16: