summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2022-01-25 18:16:06 +0100
committerLioncash <mathew1800@gmail.com>2022-01-25 18:16:09 +0100
commitb46ec4efea992acf6a9074dc8f916cbea7eae27c (patch)
tree63109d94fca761ef7e26366c21f88b35651db899
parentMerge pull request #7761 from v1993/patch-8 (diff)
downloadyuzu-b46ec4efea992acf6a9074dc8f916cbea7eae27c.tar
yuzu-b46ec4efea992acf6a9074dc8f916cbea7eae27c.tar.gz
yuzu-b46ec4efea992acf6a9074dc8f916cbea7eae27c.tar.bz2
yuzu-b46ec4efea992acf6a9074dc8f916cbea7eae27c.tar.lz
yuzu-b46ec4efea992acf6a9074dc8f916cbea7eae27c.tar.xz
yuzu-b46ec4efea992acf6a9074dc8f916cbea7eae27c.tar.zst
yuzu-b46ec4efea992acf6a9074dc8f916cbea7eae27c.zip
-rw-r--r--src/shader_recompiler/frontend/maxwell/translate_program.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/shader_recompiler/frontend/maxwell/translate_program.h b/src/shader_recompiler/frontend/maxwell/translate_program.h
index cd535f20d..eac83da9d 100644
--- a/src/shader_recompiler/frontend/maxwell/translate_program.h
+++ b/src/shader_recompiler/frontend/maxwell/translate_program.h
@@ -21,7 +21,6 @@ namespace Shader::Maxwell {
[[nodiscard]] IR::Program MergeDualVertexPrograms(IR::Program& vertex_a, IR::Program& vertex_b,
Environment& env_vertex_b);
-[[nodiscard]] void ConvertLegacyToGeneric(IR::Program& program,
- const Shader::RuntimeInfo& runtime_info);
+void ConvertLegacyToGeneric(IR::Program& program, const RuntimeInfo& runtime_info);
} // namespace Shader::Maxwell