summaryrefslogtreecommitdiffstats
path: root/src/video_core/surface.h
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2019-02-01 06:55:30 +0100
committerReinUsesLisp <reinuseslisp@airmail.cc>2019-02-01 06:57:47 +0100
commit13222f94c04a7036d3c9f9e5b15721f21296d89b (patch)
tree1b88fe1dfaff481498bdc7fa24f98356259eca44 /src/video_core/surface.h
parentMerge pull request #2072 from lioncash/service (diff)
downloadyuzu-13222f94c04a7036d3c9f9e5b15721f21296d89b.tar
yuzu-13222f94c04a7036d3c9f9e5b15721f21296d89b.tar.gz
yuzu-13222f94c04a7036d3c9f9e5b15721f21296d89b.tar.bz2
yuzu-13222f94c04a7036d3c9f9e5b15721f21296d89b.tar.lz
yuzu-13222f94c04a7036d3c9f9e5b15721f21296d89b.tar.xz
yuzu-13222f94c04a7036d3c9f9e5b15721f21296d89b.tar.zst
yuzu-13222f94c04a7036d3c9f9e5b15721f21296d89b.zip
Diffstat (limited to '')
-rw-r--r--src/video_core/surface.h3
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 {
ColorTexture = 0,
Depth = 1,
DepthStencil = 2,
- Fill = 3,
- Invalid = 4,
+ Invalid = 3,
};
enum class SurfaceTarget {