mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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