Oops, I disabled tilting.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5866 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
a0aa506453
commit
91dafccd27
|
@ -462,7 +462,7 @@ void Wiimote::Update()
|
||||||
if (rpt.accel)
|
if (rpt.accel)
|
||||||
{
|
{
|
||||||
// ----TILT----
|
// ----TILT----
|
||||||
EmulateTilt((wm_accel*)&data[rpt.accel], m_tilt, (accel_cal*)&m_eeprom[0x16], /*is_focus*/false, is_sideways, is_upright);
|
EmulateTilt((wm_accel*)&data[rpt.accel], m_tilt, (accel_cal*)&m_eeprom[0x16], is_focus, is_sideways, is_upright);
|
||||||
|
|
||||||
// ----SWING----
|
// ----SWING----
|
||||||
//const s8 swing_data[] = { 0x20, 0x40, 0x20, 0x00 };
|
//const s8 swing_data[] = { 0x20, 0x40, 0x20, 0x00 };
|
||||||
|
|
Loading…
Reference in New Issue