BPMemory: Fix "DISPLAYCOPYFILER" typo

This commit is contained in:
Jasper St. Pierre
2014-05-03 15:53:42 -04:00
parent 4e8e51b278
commit 2f122ea63c
3 changed files with 10 additions and 10 deletions

View File

@ -10,7 +10,7 @@
#pragma pack(4)
#define BPMEM_GENMODE 0x00
#define BPMEM_DISPLAYCOPYFILER 0x01 // 0x01 + 4
#define BPMEM_DISPLAYCOPYFILTER 0x01 // 0x01 + 4
#define BPMEM_IND_MTXA 0x06 // 0x06 + (3 * 3)
#define BPMEM_IND_MTXB 0x07 // 0x07 + (3 * 3)
#define BPMEM_IND_MTXC 0x08 // 0x08 + (3 * 3)