diff --git a/Source/Core/Core/HW/WiimoteEmu/Attachment/Drums.cpp b/Source/Core/Core/HW/WiimoteEmu/Attachment/Drums.cpp index b648f14839..01eee0f3ec 100644 --- a/Source/Core/Core/HW/WiimoteEmu/Attachment/Drums.cpp +++ b/Source/Core/Core/HW/WiimoteEmu/Attachment/Drums.cpp @@ -64,7 +64,7 @@ void Drums::GetState(u8* const data) m_stick->GetState(&x, &y); ddata->sx = (x * 0x1F) + 0x20; - ddata->sx = (y * 0x1F) + 0x20; + ddata->sy = (y * 0x1F) + 0x20; } // TODO: softness maybe