From 0637dc589947cd601153a5d28d55a5156412962a Mon Sep 17 00:00:00 2001 From: "fabio.olimpieri" Date: Sat, 26 Oct 2013 11:46:09 +0000 Subject: [PATCH] Reduced mouse sensitivity --- SDL/src/video/wii/SDL_wiievents.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SDL/src/video/wii/SDL_wiievents.c b/SDL/src/video/wii/SDL_wiievents.c index 9b174bd..06ecec6 100644 --- a/SDL/src/video/wii/SDL_wiievents.c +++ b/SDL/src/video/wii/SDL_wiievents.c @@ -107,7 +107,7 @@ void PumpEvents() if (mstat) { - posted += SDL_PrivateMouseMotion(0, 1, me.rx*2, me.ry*2); + posted += SDL_PrivateMouseMotion(0, 1, me.rx, me.ry); u8 button = me.button;