general: Fix handheld typo

This commit is contained in:
Morph 2021-11-29 17:22:59 -05:00
parent 04f48f0120
commit 410df5446e
2 changed files with 17 additions and 17 deletions

View file

@ -635,7 +635,7 @@ void Controller_NPad::OnMotionUpdate(const Core::Timing::CoreTiming& core_timing
// This buffer only is updated on handheld on HW
npad.sixaxis_handheld_lifo.WriteNextEntry(sixaxis_handheld_state);
} else {
// Hanheld doesn't update this buffer on HW
// Handheld doesn't update this buffer on HW
npad.sixaxis_fullkey_lifo.WriteNextEntry(sixaxis_fullkey_state);
}