From cdff138c671c260527108e6771427c05f265f6a7 Mon Sep 17 00:00:00 2001 From: skidau Date: Fri, 13 Mar 2015 23:25:15 +1100 Subject: Show no more than one FIFO error per session. --- Source/Core/VideoCommon/OpcodeDecoding.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/VideoCommon/OpcodeDecoding.h') 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 -- cgit v1.2.3