From a1685984a080dadd5e5c9747d807622f345c8f00 Mon Sep 17 00:00:00 2001 From: hrydgard Date: Sat, 21 Feb 2009 13:48:22 +0000 Subject: [PATCH] Forgot to check in this. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2338 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/VideoCommon/Src/BPMemory.h | 3 +++ 1 file changed, 3 insertions(+) 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