mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
a6d330448c
commit
47759b0a46
|
@ -369,7 +369,7 @@ __forceinline void ipuWrite64(u32 mem, u64 value)
|
||||||
|
|
||||||
switch (mem)
|
switch (mem)
|
||||||
{
|
{
|
||||||
case 0x10:
|
case 0x00:
|
||||||
IPU_LOG("Ipu write64: IPU_CMD=0x%08X", value);
|
IPU_LOG("Ipu write64: IPU_CMD=0x%08X", value);
|
||||||
IPUCMD_WRITE((u32)value);
|
IPUCMD_WRITE((u32)value);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue