bring branches into line

fixes duke nukem on bgk-link and silences gcc warning on trunk
ignore a few more files

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1197 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
squall-leonhart 2013-05-04 15:31:45 +00:00
parent 2223d4f982
commit f801761eca
2 changed files with 3 additions and 1 deletions

View File

@ -4827,11 +4827,13 @@ void gbEmulate(int ticksToStop)
wx = 0;
if((wx <= 159) && (tempgbWindowLine <= 143))
{
for (int i = wx; i<300; i++)
if (gbSpeed)
gbSpritesTicks[i]+=3;
else
gbSpritesTicks[i]+=1;
}
}
}
}

View File

@ -234,7 +234,7 @@ void gbRenderLine()
if(y >= inUseRegister_WY) {
if ((gbWindowLine>144))
if (gbWindowLine>143)
gbWindowLine = 0;
int wx = register_WX;