mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
Some commenting fixes and use INFO_LOG again.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2923 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
66ea22e8fb
commit
449aa57de3
2 changed files with 12 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue