summaryrefslogtreecommitdiffstats
path: root/src/video_core
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2020-02-29 08:38:20 +0100
committerReinUsesLisp <reinuseslisp@airmail.cc>2020-03-09 22:40:53 +0100
commit120f688272dc2dbc00db480557aee8838c9fdc8a (patch)
tree69faff7a5f3f0bbcba4e84689d8cd72624730fea /src/video_core
parentgl_shader_cache: Reduce registry consistency to debug assert (diff)
downloadyuzu-120f688272dc2dbc00db480557aee8838c9fdc8a.tar
yuzu-120f688272dc2dbc00db480557aee8838c9fdc8a.tar.gz
yuzu-120f688272dc2dbc00db480557aee8838c9fdc8a.tar.bz2
yuzu-120f688272dc2dbc00db480557aee8838c9fdc8a.tar.lz
yuzu-120f688272dc2dbc00db480557aee8838c9fdc8a.tar.xz
yuzu-120f688272dc2dbc00db480557aee8838c9fdc8a.tar.zst
yuzu-120f688272dc2dbc00db480557aee8838c9fdc8a.zip
Diffstat (limited to 'src/video_core')
-rw-r--r--src/video_core/rasterizer_interface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/rasterizer_interface.h b/src/video_core/rasterizer_interface.h
index 3e4514b94..1a68e3caa 100644
--- a/src/video_core/rasterizer_interface.h
+++ b/src/video_core/rasterizer_interface.h
@@ -25,7 +25,6 @@ constexpr std::size_t NumQueryTypes = 1;
enum class LoadCallbackStage {
Prepare,
- Decompile,
Build,
Complete,
};