diff options
| author | 2019-02-01 12:48:38 -0500 | |
|---|---|---|
| committer | 2019-02-01 12:48:38 -0500 | |
| commit | 3a6eef27a2bc5f44c81db08336a7924666a0bc51 (patch) | |
| tree | 6dae81f219f5bc5d6f7f0da69dbdab2ce3c626cc /src/video_core/surface.h | |
| parent | Merge pull request #2072 from lioncash/service (diff) | |
| parent | rasterizer_interface: Remove unused AccelerateFill operation (diff) | |
| download | yuzu-3a6eef27a2bc5f44c81db08336a7924666a0bc51.tar.gz yuzu-3a6eef27a2bc5f44c81db08336a7924666a0bc51.tar.xz yuzu-3a6eef27a2bc5f44c81db08336a7924666a0bc51.zip | |
Merge pull request #2079 from ReinUsesLisp/remove-fill
video_core: Remove unused Fill related code
Diffstat (limited to 'src/video_core/surface.h')
| -rw-r--r-- | src/video_core/surface.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/video_core/surface.h b/src/video_core/surface.h index edd3816ba..b783e4b27 100644 --- a/src/video_core/surface.h +++ b/src/video_core/surface.h | |||
| @@ -109,8 +109,7 @@ enum class SurfaceType { | |||
| 109 | ColorTexture = 0, | 109 | ColorTexture = 0, |
| 110 | Depth = 1, | 110 | Depth = 1, |
| 111 | DepthStencil = 2, | 111 | DepthStencil = 2, |
| 112 | Fill = 3, | 112 | Invalid = 3, |
| 113 | Invalid = 4, | ||
| 114 | }; | 113 | }; |
| 115 | 114 | ||
| 116 | enum class SurfaceTarget { | 115 | enum class SurfaceTarget { |