diff options
| author | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-05-03 15:53:42 -0400 |
|---|---|---|
| committer | Jasper St. Pierre <jstpierre@mecheye.net> | 2014-05-20 11:15:10 -0400 |
| commit | 2f122ea63cf17c7df2d29789ed6a7eaca809f339 (patch) | |
| tree | 1057f06aef906181173e5d04822a937a36021572 /Source/Core/VideoCommon/BPMemory.cpp | |
| parent | 4e8e51b278fe8b84212fcdc88f83478ce93ff7da (diff) | |
BPMemory: Fix "DISPLAYCOPYFILER" typo
Diffstat (limited to 'Source/Core/VideoCommon/BPMemory.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/BPMemory.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Core/VideoCommon/BPMemory.cpp b/Source/Core/VideoCommon/BPMemory.cpp index 785d96292d..d2bf9b53bd 100644 --- a/Source/Core/VideoCommon/BPMemory.cpp +++ b/Source/Core/VideoCommon/BPMemory.cpp @@ -46,16 +46,16 @@ void GetBPRegInfo(const u8* data, char* name, size_t name_size, char* desc, size // TODO: Description break; - case BPMEM_DISPLAYCOPYFILER: // 0x01 + case BPMEM_DISPLAYCOPYFILTER: // 0x01 // TODO: This is actually the sample pattern used for copies from an antialiased EFB - SetRegName(BPMEM_DISPLAYCOPYFILER); + SetRegName(BPMEM_DISPLAYCOPYFILTER); // TODO: Description break; case 0x02: // 0x02 case 0x03: // 0x03 case 0x04: // 0x04 - // TODO: same as BPMEM_DISPLAYCOPYFILER + // TODO: same as BPMEM_DISPLAYCOPYFILTER break; case BPMEM_EFB_TL: // 0x49 |
