Fixed a build issue with gcc; however might not be the cleanest solution

This commit is contained in:
punkrockguy318 2008-06-05 03:39:38 +00:00
parent 8a7abd0c95
commit 44cfb9eabb
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ int FCEU_InitVirtualVideo(void)
if( sizeof(uint8*) == 4 )
{
uint32 m = (uint32)XBuf;
uint8 m = *XBuf;
m = ( 4 - m) & 3;
XBuf+=m;
}