update gp2x for input changes

This commit is contained in:
notaz 2013-10-11 01:05:28 +03:00
parent 99823d0f23
commit 9770f5316f
3 changed files with 4 additions and 4 deletions

View file

@ -316,7 +316,7 @@ void gfx_start(unsigned int base)
/* make sure 2M mode is enabled */
if (!(Pico_mcd->s68k_regs[3] & 0x04))
{
uint32 mask;
uint32 mask = 0;
uint32 reg;
/* trace vector pointer */