mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
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:
@ -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,
|
||||
|
Reference in New Issue
Block a user