From 47759b0a463814ed921e645fce2abcb6d4d47607 Mon Sep 17 00:00:00 2001 From: refraction Date: Sat, 4 Apr 2009 19:09:02 +0000 Subject: [PATCH] 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 --- pcsx2/IPU/IPU.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/IPU/IPU.cpp b/pcsx2/IPU/IPU.cpp index 3c481ccb0a..748aa2fcb4 100644 --- a/pcsx2/IPU/IPU.cpp +++ b/pcsx2/IPU/IPU.cpp @@ -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;