Found a small typo in IPU, don't know what videos it will effect, but it could have potentially stopped them working :P

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@910 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
refraction 2009-04-04 19:09:02 +00:00
parent a6d330448c
commit 47759b0a46
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ __forceinline void ipuWrite64(u32 mem, u64 value)
switch (mem)
{
case 0x10:
case 0x00:
IPU_LOG("Ipu write64: IPU_CMD=0x%08X", value);
IPUCMD_WRITE((u32)value);
break;