mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 03:35:59 +00:00
BPMemory: Fix "DISPLAYCOPYFILER" typo
This commit is contained in:
parent
4e8e51b278
commit
2f122ea63c
3 changed files with 10 additions and 10 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue