summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/OpcodeDecoding.h
diff options
context:
space:
mode:
authorPokechu22 <Pokechu022@gmail.com>2022-01-22 16:31:33 -0800
committerPokechu22 <Pokechu022@gmail.com>2022-01-22 16:49:19 -0800
commit79b2185117bb2ecba4d069d9eb1ff6f2280905d0 (patch)
treef332da43f9dbb814a836a85321337dbb08b7387c /Source/Core/VideoCommon/OpcodeDecoding.h
parent237947e2f139a033da71e733c5e6e24d61b5142d (diff)
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).
Diffstat (limited to 'Source/Core/VideoCommon/OpcodeDecoding.h')
-rw-r--r--Source/Core/VideoCommon/OpcodeDecoding.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/OpcodeDecoding.h b/Source/Core/VideoCommon/OpcodeDecoding.h
index 58295a5304..7c90997256 100644
--- a/Source/Core/VideoCommon/OpcodeDecoding.h
+++ b/Source/Core/VideoCommon/OpcodeDecoding.h
@@ -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,