mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
gl: Do not byteswap uint24_8 as it needs a custom 8_24 decoder
This commit is contained in:
parent
fa2034087d
commit
48a5cd545f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue