diff --git a/Source/Core/VideoCommon/Src/BPMemory.h b/Source/Core/VideoCommon/Src/BPMemory.h index 3826d1b464..33a672b5eb 100644 --- a/Source/Core/VideoCommon/Src/BPMemory.h +++ b/Source/Core/VideoCommon/Src/BPMemory.h @@ -30,8 +30,11 @@ #define BPMEM_BLENDMODE 0x41 #define BPMEM_CONSTANTALPHA 0x42 #define BPMEM_SETDRAWDONE 0x45 +#define BPMEM_TRIGGER_EFB_COPY 0x52 #define BPMEM_ALPHACOMPARE 0xF3 #define BPMEM_LINEPTWIDTH 0x22 +#define BPMEM_LOADTLUT 0x65 +#define BPMEM_SETGPMETRIC 0x67 #define BPMEM_TEXINVALIDATE 0x66 #define BPMEM_SCISSORTL 0x20 #define BPMEM_SCISSORBR 0x21