summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/translate/impl/not_implemented.cpp
diff options
context:
space:
mode:
authorameerj <52414509+ameerj@users.noreply.github.com>2021-02-27 07:45:13 +0100
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-23 03:51:22 +0200
commit34ac9b4d7e71198503d7fca88c0494e1f97701e7 (patch)
tree6bde9e8c3beb7db3ece2ce91f9221783142495a0 /src/shader_recompiler/frontend/maxwell/translate/impl/not_implemented.cpp
parentshader: Implement POPC (diff)
downloadyuzu-34ac9b4d7e71198503d7fca88c0494e1f97701e7.tar
yuzu-34ac9b4d7e71198503d7fca88c0494e1f97701e7.tar.gz
yuzu-34ac9b4d7e71198503d7fca88c0494e1f97701e7.tar.bz2
yuzu-34ac9b4d7e71198503d7fca88c0494e1f97701e7.tar.lz
yuzu-34ac9b4d7e71198503d7fca88c0494e1f97701e7.tar.xz
yuzu-34ac9b4d7e71198503d7fca88c0494e1f97701e7.tar.zst
yuzu-34ac9b4d7e71198503d7fca88c0494e1f97701e7.zip
Diffstat (limited to '')
-rw-r--r--src/shader_recompiler/frontend/maxwell/translate/impl/not_implemented.cpp12
1 files changed, 0 insertions, 12 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 127686b43..3714f5f4f 100644
--- a/src/shader_recompiler/frontend/maxwell/translate/impl/not_implemented.cpp
+++ b/src/shader_recompiler/frontend/maxwell/translate/impl/not_implemented.cpp
@@ -49,18 +49,6 @@ void TranslatorVisitor::BAR(u64) {
ThrowNotImplemented(Opcode::BAR);
}
-void TranslatorVisitor::BFE_reg(u64) {
- ThrowNotImplemented(Opcode::BFE_reg);
-}
-
-void TranslatorVisitor::BFE_cbuf(u64) {
- ThrowNotImplemented(Opcode::BFE_cbuf);
-}
-
-void TranslatorVisitor::BFE_imm(u64) {
- ThrowNotImplemented(Opcode::BFE_imm);
-}
-
void TranslatorVisitor::BFI_reg(u64) {
ThrowNotImplemented(Opcode::BFI_reg);
}