gl_rasterizer_cache.cpp: remove depth/stencil check (fixup merge conflict)
ref 4a2d1b5edb (diff-84fa6454a9a35c9d9ce4d87fdf502ff3aba28c3e23ef8f6d17eabdb23c78cf07L895-L902)
This commit is contained in:
parent
bbe7221e1a
commit
9415de2372
@ -843,14 +843,6 @@ void CachedSurface::DownloadGLTexture(const Common::Rectangle<u32>& rect, GLuint
|
||||
return;
|
||||
}
|
||||
|
||||
if (GLES) {
|
||||
if (type == SurfaceType::Depth || type == SurfaceType::DepthStencil) {
|
||||
// TODO(bunnei): This is unsupported on GLES right now, fixme
|
||||
LOG_WARNING(Render_OpenGL, "Unsupported depth/stencil surface download");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
MICROPROFILE_SCOPE(OpenGL_TextureDL);
|
||||
|
||||
if (gl_buffer.empty()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user