diff options
| author | omegadox <omegadox@gmail.com> | 2009-04-08 01:20:52 +0000 |
|---|---|---|
| committer | omegadox <omegadox@gmail.com> | 2009-04-08 01:20:52 +0000 |
| commit | 449aa57de3045654655253a779a80f39eee021d8 (patch) | |
| tree | d3ebb39ef8cfd50ba759fd069ac5e35ccfc947cd /Source/Core/VideoCommon | |
| parent | 66ea22e8fb2930d3905eae67e153c303dd4978a4 (diff) | |
Some commenting fixes and use INFO_LOG again.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2923 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon')
| -rw-r--r-- | Source/Core/VideoCommon/Src/BPStructs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/Src/BPStructs.cpp b/Source/Core/VideoCommon/Src/BPStructs.cpp index e758d1e6e5..e1a0eef25b 100644 --- a/Source/Core/VideoCommon/Src/BPStructs.cpp +++ b/Source/Core/VideoCommon/Src/BPStructs.cpp @@ -65,7 +65,7 @@ void BPWritten(const Bypass& bp) //{
//case BPMEM_CONSTANTALPHA:
// {
- // if (times == 0 && enable)
+ // if (times-- == 0 && enable)
// return;
// else
// break;
@@ -314,7 +314,7 @@ void BPWritten(const Bypass& bp) case BPMEM_CLOCK1: // Some Clock
case BPMEM_SU_COUNTER: // Pixel or Poly Count
case BPMEM_RAS_COUNTER: // Sound Count of something in the Texture Units
- case BPMEM_SETGPMETRIC: // Set the Graphic Proccessor Metric
+ case BPMEM_SETGPMETRIC: // Set the Graphic Processor Metric
break;
// ----------------
// EFB Copy config
|
