mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Use GX_CMD_UNKNOWN_METRICS instead of magic number 0x44
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user