Use GX_CMD_UNKNOWN_METRICS instead of magic number 0x44

This commit is contained in:
Pokechu22
2021-01-11 12:41:04 -08:00
parent 79a234eff7
commit d55f9369c7
2 changed files with 3 additions and 3 deletions

View File

@ -211,8 +211,8 @@ void FIFOAnalyzer::UpdateDetails()
new_label = QStringLiteral("NOP");
break;
case 0x44:
new_label = QStringLiteral("0x44");
case OpcodeDecoder::GX_CMD_UNKNOWN_METRICS:
new_label = QStringLiteral("GX_CMD_UNKNOWN_METRICS");
break;
case OpcodeDecoder::GX_CMD_INVL_VC: