mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-10 21:55:11 +01:00
OK, the wiimote is plain
This commit is contained in:
parent
b98383bb71
commit
1a484802b6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user