diff options
| -rw-r--r-- | src/video_core/renderer_opengl/gl_rasterizer_cache.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/renderer_opengl/gl_rasterizer_cache.cpp b/src/video_core/renderer_opengl/gl_rasterizer_cache.cpp index ef3b06a7b..1e7eedecb 100644 --- a/src/video_core/renderer_opengl/gl_rasterizer_cache.cpp +++ b/src/video_core/renderer_opengl/gl_rasterizer_cache.cpp | |||
| @@ -172,7 +172,6 @@ bool RasterizerCacheOpenGL::TryBlitSurfaces(CachedSurface* src_surface, | |||
| 172 | const MathUtil::Rectangle<int>& src_rect, | 172 | const MathUtil::Rectangle<int>& src_rect, |
| 173 | CachedSurface* dst_surface, | 173 | CachedSurface* dst_surface, |
| 174 | const MathUtil::Rectangle<int>& dst_rect) { | 174 | const MathUtil::Rectangle<int>& dst_rect) { |
| 175 | using SurfaceType = CachedSurface::SurfaceType; | ||
| 176 | 175 | ||
| 177 | if (!CachedSurface::CheckFormatsBlittable(src_surface->pixel_format, | 176 | if (!CachedSurface::CheckFormatsBlittable(src_surface->pixel_format, |
| 178 | dst_surface->pixel_format)) { | 177 | dst_surface->pixel_format)) { |