OpcodeDecoding: Don't raise panic alerts for unknown opcodes 0x01-0x07

A pop-up is no longer generated for the Wiggler capsule in Mario Party 5 (https://bugs.dolphin-emu.org/issues/8104).
This commit is contained in:
Pokechu22
2022-01-22 16:31:33 -08:00
parent 237947e2f1
commit 79b2185117
2 changed files with 11 additions and 10 deletions

View File

@ -24,7 +24,6 @@ extern bool g_record_fifo_data;
enum class Opcode
{
GX_NOP = 0x00,
GX_UNKNOWN_RESET = 0x01,
GX_LOAD_BP_REG = 0x61,
GX_LOAD_CP_REG = 0x08,