mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-26 04:18:36 -06:00
gl: Fix silly regression with blit dst resource readback
This commit is contained in:
parent
8093c9b573
commit
7eec702c6d
@ -861,8 +861,7 @@ namespace gl
|
||||
{
|
||||
case CELL_GCM_TEXTURE_A8R8G8B8:
|
||||
{
|
||||
bool bgra = (flags == rsx::texture_create_flags::native_component_order);
|
||||
cached.set_format(bgra ? gl::texture::format::bgra : gl::texture::format::rgba, gl::texture::type::uint_8_8_8_8, false);
|
||||
cached.set_format(gl::texture::format::bgra, gl::texture::type::uint_8_8_8_8, false);
|
||||
break;
|
||||
}
|
||||
case CELL_GCM_TEXTURE_R5G6B5:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user