summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp
diff options
context:
space:
mode:
authorReinUsesLisp <reinuseslisp@airmail.cc>2021-05-15 23:15:50 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-23 03:51:31 +0200
commit1f3446b47e2945d2a7a18082e21bc417156c91d3 (patch)
treed0e4ddd98779ef1479dd43f81dfa6427fc76eaa7 /src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp
parentglasm: Add Void type to GLASM values (diff)
downloadyuzu-1f3446b47e2945d2a7a18082e21bc417156c91d3.tar
yuzu-1f3446b47e2945d2a7a18082e21bc417156c91d3.tar.gz
yuzu-1f3446b47e2945d2a7a18082e21bc417156c91d3.tar.bz2
yuzu-1f3446b47e2945d2a7a18082e21bc417156c91d3.tar.lz
yuzu-1f3446b47e2945d2a7a18082e21bc417156c91d3.tar.xz
yuzu-1f3446b47e2945d2a7a18082e21bc417156c91d3.tar.zst
yuzu-1f3446b47e2945d2a7a18082e21bc417156c91d3.zip
Diffstat (limited to '')
-rw-r--r--src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp b/src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp
index ae1735c8f..388b7eb02 100644
--- a/src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp
+++ b/src/shader_recompiler/backend/glasm/emit_glasm_not_implemented.cpp
@@ -49,7 +49,7 @@ void EmitJoin(EmitContext& ctx) {
}
void EmitDemoteToHelperInvocation(EmitContext& ctx) {
- NotImplemented();
+ ctx.Add("KIL TR.x;");
}
void EmitBarrier(EmitContext& ctx) {