Reduced sensitivity in mouse emulation by wiimote
This commit is contained in:
parent
0637dc5899
commit
4c99ac2c74
|
@ -378,7 +378,7 @@ static SDL_Surface *WII_SetVideoMode(_THIS, SDL_Surface *current,
|
||||||
currentwidth = current->w;
|
currentwidth = current->w;
|
||||||
currentheight = current->h;
|
currentheight = current->h;
|
||||||
currentbpp = bpp;
|
currentbpp = bpp;
|
||||||
WPAD_SetVRes(WPAD_CHAN_ALL, currentwidth*2, currentheight*2);
|
WPAD_SetVRes(WPAD_CHAN_ALL, currentwidth*1.5, currentheight*1.5);
|
||||||
draw_init();
|
draw_init();
|
||||||
StartVideoThread();
|
StartVideoThread();
|
||||||
/* We're done */
|
/* We're done */
|
||||||
|
|
Reference in a new issue