mirror of https://github.com/AxioDL/metaforce.git
PADRead: Right shift channel bits... (yeah that's logical, i'm just an idiot)
This commit is contained in:
parent
30a5691748
commit
7e1b1ef248
|
@ -403,8 +403,7 @@ u32 PADRead(PAD::Status* status) {
|
|||
|
||||
|
||||
if (controller.m_hasRumble) {
|
||||
// Nintendo... why are these bits backwards? >.>
|
||||
rumbleSupport |= PAD::CHAN3_BIT << (3 - i);
|
||||
rumbleSupport |= PAD::CHAN0_BIT >> i;
|
||||
}
|
||||
}
|
||||
return rumbleSupport;
|
||||
|
|
Loading…
Reference in New Issue