diff options
| -rw-r--r-- | src/video_core/renderer_opengl/gl_rasterizer_cache.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/video_core/renderer_opengl/gl_rasterizer_cache.h b/src/video_core/renderer_opengl/gl_rasterizer_cache.h index 16cda568b..89d733c50 100644 --- a/src/video_core/renderer_opengl/gl_rasterizer_cache.h +++ b/src/video_core/renderer_opengl/gl_rasterizer_cache.h | |||
| @@ -36,7 +36,6 @@ using PixelFormat = VideoCore::Surface::PixelFormat; | |||
| 36 | using ComponentType = VideoCore::Surface::ComponentType; | 36 | using ComponentType = VideoCore::Surface::ComponentType; |
| 37 | 37 | ||
| 38 | struct SurfaceParams { | 38 | struct SurfaceParams { |
| 39 | |||
| 40 | enum class SurfaceClass { | 39 | enum class SurfaceClass { |
| 41 | Uploaded, | 40 | Uploaded, |
| 42 | RenderTarget, | 41 | RenderTarget, |
| @@ -185,7 +184,6 @@ struct SurfaceParams { | |||
| 185 | 184 | ||
| 186 | if (bd == 32) { | 185 | if (bd == 32) { |
| 187 | const u32 bh = MipBlockHeight(mip_level); | 186 | const u32 bh = MipBlockHeight(mip_level); |
| 188 | |||
| 189 | if (bh >= 4) { | 187 | if (bh >= 4) { |
| 190 | return 16; | 188 | return 16; |
| 191 | } | 189 | } |