missed DMVector in last commit.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4075 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
refraction 2010-12-03 23:41:03 +00:00
parent a7676a2b26
commit 0478382cb1
1 changed files with 1 additions and 1 deletions

View File

@ -229,7 +229,7 @@ int __fi get_dmv()
{ {
const DMVtab* tab = DMV_2 + UBITS(2); const DMVtab* tab = DMV_2 + UBITS(2);
DUMPBITS(tab->len); DUMPBITS(tab->len);
return tab->dmv; return (tab->dmv | (tab->len << 16));
} }
int get_macroblock_address_increment() int get_macroblock_address_increment()