summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/BPStructs.cpp
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2014-05-03 15:53:42 -0400
committerJasper St. Pierre <jstpierre@mecheye.net>2014-05-20 11:15:10 -0400
commit2f122ea63cf17c7df2d29789ed6a7eaca809f339 (patch)
tree1057f06aef906181173e5d04822a937a36021572 /Source/Core/VideoCommon/BPStructs.cpp
parent4e8e51b278fe8b84212fcdc88f83478ce93ff7da (diff)
BPMemory: Fix "DISPLAYCOPYFILER" typo
Diffstat (limited to 'Source/Core/VideoCommon/BPStructs.cpp')
-rw-r--r--Source/Core/VideoCommon/BPStructs.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/Source/Core/VideoCommon/BPStructs.cpp b/Source/Core/VideoCommon/BPStructs.cpp
index 1c63d289a2..db1caf39b9 100644
--- a/Source/Core/VideoCommon/BPStructs.cpp
+++ b/Source/Core/VideoCommon/BPStructs.cpp
@@ -335,12 +335,12 @@ void BPWritten(const BPCmd& bp)
// Display Copy Filtering Control - GX_SetCopyFilter(u8 aa,u8 sample_pattern[12][2],u8 vf,u8 vfilter[7])
// Fields: Destination, Frame2Field, Gamma, Source
// ----------------------------------
- case BPMEM_DISPLAYCOPYFILER: // if (aa) { use sample_pattern } else { use 666666 }
- case BPMEM_DISPLAYCOPYFILER+1: // if (aa) { use sample_pattern } else { use 666666 }
- case BPMEM_DISPLAYCOPYFILER+2: // if (aa) { use sample_pattern } else { use 666666 }
- case BPMEM_DISPLAYCOPYFILER+3: // if (aa) { use sample_pattern } else { use 666666 }
- case BPMEM_COPYFILTER0: // if (vf) { use vfilter } else { use 595000 }
- case BPMEM_COPYFILTER1: // if (vf) { use vfilter } else { use 000015 }
+ case BPMEM_DISPLAYCOPYFILTER: // if (aa) { use sample_pattern } else { use 666666 }
+ case BPMEM_DISPLAYCOPYFILTER+1: // if (aa) { use sample_pattern } else { use 666666 }
+ case BPMEM_DISPLAYCOPYFILTER+2: // if (aa) { use sample_pattern } else { use 666666 }
+ case BPMEM_DISPLAYCOPYFILTER+3: // if (aa) { use sample_pattern } else { use 666666 }
+ case BPMEM_COPYFILTER0: // if (vf) { use vfilter } else { use 595000 }
+ case BPMEM_COPYFILTER1: // if (vf) { use vfilter } else { use 000015 }
break;
// -----------------------------------
// Interlacing Control