mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
a7676a2b26
commit
0478382cb1
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue