mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00: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:
parent
237947e2f1
commit
79b2185117
2 changed files with 11 additions and 10 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue