From 0478382cb1bb24f7481b07bc3caa436182961c84 Mon Sep 17 00:00:00 2001 From: refraction Date: Fri, 3 Dec 2010 23:41:03 +0000 Subject: [PATCH] missed DMVector in last commit. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4075 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/IPU/mpeg2lib/Mpeg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/IPU/mpeg2lib/Mpeg.cpp b/pcsx2/IPU/mpeg2lib/Mpeg.cpp index 4ee86af652..62d4805c7d 100644 --- a/pcsx2/IPU/mpeg2lib/Mpeg.cpp +++ b/pcsx2/IPU/mpeg2lib/Mpeg.cpp @@ -229,7 +229,7 @@ int __fi get_dmv() { const DMVtab* tab = DMV_2 + UBITS(2); DUMPBITS(tab->len); - return tab->dmv; + return (tab->dmv | (tab->len << 16)); } int get_macroblock_address_increment()