diff options
| author | hrydgard <hrydgard@gmail.com> | 2009-02-21 13:48:22 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2009-02-21 13:48:22 +0000 |
| commit | a1685984a080dadd5e5c9747d807622f345c8f00 (patch) | |
| tree | 05e79475f6574057b9c2063a8a6fcd083760748c /Source/Core | |
| parent | 3331a024c0285c159164dbdf623ee67ee92c2bda (diff) | |
Forgot to check in this.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2338 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/VideoCommon/Src/BPMemory.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
