summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/translate/impl/not_implemented.cpp
diff options
context:
space:
mode:
authorFernandoS27 <fsahmkow27@gmail.com>2021-04-04 02:42:58 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-23 03:51:26 +0200
commit0df7e509db060693ee1f131bae44045db995c3bd (patch)
tree44ccf52e42241cf85299abbed77398e479e2b900 /src/shader_recompiler/frontend/maxwell/translate/impl/not_implemented.cpp
parentshader: Fix BRX tracking (diff)
downloadyuzu-0df7e509db060693ee1f131bae44045db995c3bd.tar
yuzu-0df7e509db060693ee1f131bae44045db995c3bd.tar.gz
yuzu-0df7e509db060693ee1f131bae44045db995c3bd.tar.bz2
yuzu-0df7e509db060693ee1f131bae44045db995c3bd.tar.lz
yuzu-0df7e509db060693ee1f131bae44045db995c3bd.tar.xz
yuzu-0df7e509db060693ee1f131bae44045db995c3bd.tar.zst
yuzu-0df7e509db060693ee1f131bae44045db995c3bd.zip
Diffstat (limited to '')
-rw-r--r--src/shader_recompiler/frontend/maxwell/translate/impl/not_implemented.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/shader_recompiler/frontend/maxwell/translate/impl/not_implemented.cpp b/src/shader_recompiler/frontend/maxwell/translate/impl/not_implemented.cpp
index acabb0118..ba0cfa673 100644
--- a/src/shader_recompiler/frontend/maxwell/translate/impl/not_implemented.cpp
+++ b/src/shader_recompiler/frontend/maxwell/translate/impl/not_implemented.cpp
@@ -13,10 +13,6 @@ namespace Shader::Maxwell {
throw NotImplementedException("Instruction {} is not implemented", opcode);
}
-void TranslatorVisitor::AL2P(u64) {
- ThrowNotImplemented(Opcode::AL2P);
-}
-
void TranslatorVisitor::ATOM_cas(u64) {
ThrowNotImplemented(Opcode::ATOM_cas);
}