Reduced sensitivity in mouse emulation by wiimote

This commit is contained in:
fabio.olimpieri 2013-10-26 11:49:01 +00:00
parent 0637dc5899
commit 4c99ac2c74

View file

@ -378,7 +378,7 @@ static SDL_Surface *WII_SetVideoMode(_THIS, SDL_Surface *current,
currentwidth = current->w;
currentheight = current->h;
currentbpp = bpp;
WPAD_SetVRes(WPAD_CHAN_ALL, currentwidth*2, currentheight*2);
WPAD_SetVRes(WPAD_CHAN_ALL, currentwidth*1.5, currentheight*1.5);
draw_init();
StartVideoThread();
/* We're done */