diff --git a/Source/Core/Core/FifoPlayer/FifoAnalyzer.cpp b/Source/Core/Core/FifoPlayer/FifoAnalyzer.cpp index f3a49e6363..35305bcff3 100644 --- a/Source/Core/Core/FifoPlayer/FifoAnalyzer.cpp +++ b/Source/Core/Core/FifoPlayer/FifoAnalyzer.cpp @@ -164,7 +164,7 @@ u32 AnalyzeCommand(const u8* data, DecodeMode mode) switch (cmd) { case OpcodeDecoder::GX_NOP: - case 0x44: + case OpcodeDecoder::GX_CMD_UNKNOWN_METRICS: case OpcodeDecoder::GX_CMD_INVL_VC: break; diff --git a/Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp b/Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp index e099064531..8e806bef6f 100644 --- a/Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp +++ b/Source/Core/DolphinQt/FIFO/FIFOAnalyzer.cpp @@ -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: