mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 01:08:39 +12: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:
|
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;
|
break;
|
||||||
}
|
}
|
||||||
case CELL_GCM_TEXTURE_DEPTH16:
|
case CELL_GCM_TEXTURE_DEPTH16:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue