small cleanup in OGL/VideoCommon and small fix to ARCodeAddEdit by slink

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2346 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
omegadox
2009-02-21 23:56:10 +00:00
parent 9cfa4e9385
commit 2b48640441
3 changed files with 3 additions and 2 deletions

View File

@ -169,7 +169,7 @@ void BPWritten(int addr, int changes, int newval)
break;
}
case 0x43: // ????
case BPMEM_PE_CONTROL: // GXSetZCompLoc, GXPixModeSync
if (changes) {
VertexManager::Flush();
((u32*)&bpmem)[addr] = newval;