Add the effSetProcessPrecision opcode

This commit is contained in:
Robbert van der Helm
2021-06-09 18:41:34 +02:00
parent 087d5a6f87
commit e36a7e7e72
3 changed files with 24 additions and 0 deletions
+3
View File
@@ -165,6 +165,9 @@ std::optional<std::string> opcode_to_string(bool is_dispatch, int opcode) {
case effGetTailSize:
return "effGetTailSize";
break;
case effSetProcessPrecision:
return "effSetProcessPrecision";
break;
default:
return std::nullopt;
break;