summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/OpcodeDecoding.h
diff options
context:
space:
mode:
authorskidau <skidau@gmail.com>2015-03-16 13:00:22 +1100
committerskidau <skidau@gmail.com>2015-03-16 13:00:22 +1100
commit7cda374910ffa9fc9680035ea77083b1cc0d14d9 (patch)
treefb9366df0a802edf81c8d5f74362649d9101a4ef /Source/Core/VideoCommon/OpcodeDecoding.h
parentb5a1a2f06655a6a243ee6429fed9938e0493b37a (diff)
parentcdff138c671c260527108e6771427c05f265f6a7 (diff)
Merge pull request #2202 from skidau/Popup-FIFO
Show no more than one FIFO error per session.
Diffstat (limited to 'Source/Core/VideoCommon/OpcodeDecoding.h')
-rw-r--r--Source/Core/VideoCommon/OpcodeDecoding.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/OpcodeDecoding.h b/Source/Core/VideoCommon/OpcodeDecoding.h
index 5fd03e26f3..18be50eb35 100644
--- a/Source/Core/VideoCommon/OpcodeDecoding.h
+++ b/Source/Core/VideoCommon/OpcodeDecoding.h
@@ -8,6 +8,7 @@
#include "VideoCommon/DataReader.h"
#define GX_NOP 0x00
+#define GX_UNKNOWN_RESET 0x01
#define GX_LOAD_BP_REG 0x61
#define GX_LOAD_CP_REG 0x08