mirror of https://github.com/PCSX2/pcsx2.git
forgot to revert this.
git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@70 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
parent
8ba4bdbec3
commit
49459b16bd
|
@ -790,9 +790,7 @@ static BOOL ipuFDEC(u32 val)
|
||||||
|
|
||||||
static BOOL ipuSETIQ(u32 val)
|
static BOOL ipuSETIQ(u32 val)
|
||||||
{
|
{
|
||||||
#ifdef PCSX2_DEVBUILD
|
|
||||||
int i;
|
int i;
|
||||||
#endif
|
|
||||||
|
|
||||||
if ((val >> 27) & 1){
|
if ((val >> 27) & 1){
|
||||||
g_nCmdPos[0] += getBits((u8*)niq + g_nCmdPos[0], 512-8*g_nCmdPos[0], 1); // 8*8*8
|
g_nCmdPos[0] += getBits((u8*)niq + g_nCmdPos[0], 512-8*g_nCmdPos[0], 1); // 8*8*8
|
||||||
|
|
Loading…
Reference in New Issue