diff options
| author | skidau <skidau@gmail.com> | 2015-03-13 23:25:15 +1100 |
|---|---|---|
| committer | skidau <skidau@gmail.com> | 2015-03-13 23:25:15 +1100 |
| commit | cdff138c671c260527108e6771427c05f265f6a7 (patch) | |
| tree | d815e066069f51890b29442ad8320a4fbef70223 /Source/Core/VideoCommon/OpcodeDecoding.h | |
| parent | 2916aed1f93ee12e531d3b1f725f46d1563bdba5 (diff) | |
Show no more than one FIFO error per session.
Diffstat (limited to 'Source/Core/VideoCommon/OpcodeDecoding.h')
| -rw-r--r-- | Source/Core/VideoCommon/OpcodeDecoding.h | 1 |
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 |
