mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 14:19:02 +00:00
Compile fix :p
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3323 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
475b4afb1f
commit
4f057ecb0b
1 changed files with 1 additions and 3 deletions
|
@ -571,8 +571,6 @@ void BPWritten(const Bypass& bp)
|
||||||
case BPMEM_TEV_COLOR_ENV+32: // Texture Environment 16
|
case BPMEM_TEV_COLOR_ENV+32: // Texture Environment 16
|
||||||
case BPMEM_TEV_ALPHA_ENV+32:
|
case BPMEM_TEV_ALPHA_ENV+32:
|
||||||
break;
|
break;
|
||||||
default:
|
|
||||||
//WARN_LOG(VIDEO, "Unknown Bypass opcode: address = 0x%08x value = 0x%08x", bp.address, bp.newvalue);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue