summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFernandoS27 <fsahmkow27@gmail.com>2021-04-03 02:28:44 +0200
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-23 03:51:26 +0200
commit80df541a0860eecc599f60a7b2955e1e286bc48a (patch)
tree5905c32d0238178cfeb5e05dc36ec431bc9b8c13
parentvk_pipeline_cache: Small fixes to the pipeline cache (diff)
downloadyuzu-80df541a0860eecc599f60a7b2955e1e286bc48a.tar
yuzu-80df541a0860eecc599f60a7b2955e1e286bc48a.tar.gz
yuzu-80df541a0860eecc599f60a7b2955e1e286bc48a.tar.bz2
yuzu-80df541a0860eecc599f60a7b2955e1e286bc48a.tar.lz
yuzu-80df541a0860eecc599f60a7b2955e1e286bc48a.tar.xz
yuzu-80df541a0860eecc599f60a7b2955e1e286bc48a.tar.zst
yuzu-80df541a0860eecc599f60a7b2955e1e286bc48a.zip
-rw-r--r--src/shader_recompiler/frontend/maxwell/translate/impl/not_implemented.cpp2
1 files changed, 1 insertions, 1 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 80a6ed578..acabb0118 100644
--- a/src/shader_recompiler/frontend/maxwell/translate/impl/not_implemented.cpp
+++ b/src/shader_recompiler/frontend/maxwell/translate/impl/not_implemented.cpp
@@ -183,7 +183,7 @@ void TranslatorVisitor::LONGJMP(u64) {
}
void TranslatorVisitor::NOP(u64) {
- ThrowNotImplemented(Opcode::NOP);
+ // NOP is No-Op.
}
void TranslatorVisitor::OUT_reg(u64) {