From 1a484802b69f7bb3879c7e2d12472a8d62a48dda Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Sat, 6 Mar 2010 09:11:21 +0000 Subject: [PATCH] OK, the wiimote is plain --- Src/Prefs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Src/Prefs.cpp b/Src/Prefs.cpp index 97c4ba1..72719ba 100644 --- a/Src/Prefs.cpp +++ b/Src/Prefs.cpp @@ -144,8 +144,8 @@ void Prefs::SetupJoystickDefaults() if (strncmp(name, "Wiimote", 7) == 0) { /* Wiimote/Classic hat */ - this->JoystickHats[0] = HAT_ROTATED_90; - this->MenuJoystickHats[0] = HAT_ROTATED_90; + this->JoystickHats[0] = HAT_PLAIN; + this->MenuJoystickHats[0] = HAT_PLAIN; /* Nunchuk/classic analogue */ this->JoystickAxes[0] = JOY_HORIZ;