summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/controllers
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-11-29 23:22:59 +0100
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-11-29 23:22:59 +0100
commit410df5446eb23e75582020790bce2e8241da88ff (patch)
tree820ccd9142e0def66909f7778a2c630527872a33 /src/core/hle/service/hid/controllers
parentcore: hid: Mark constructors as explicit (diff)
downloadyuzu-410df5446eb23e75582020790bce2e8241da88ff.tar
yuzu-410df5446eb23e75582020790bce2e8241da88ff.tar.gz
yuzu-410df5446eb23e75582020790bce2e8241da88ff.tar.bz2
yuzu-410df5446eb23e75582020790bce2e8241da88ff.tar.lz
yuzu-410df5446eb23e75582020790bce2e8241da88ff.tar.xz
yuzu-410df5446eb23e75582020790bce2e8241da88ff.tar.zst
yuzu-410df5446eb23e75582020790bce2e8241da88ff.zip
Diffstat (limited to 'src/core/hle/service/hid/controllers')
-rw-r--r--src/core/hle/service/hid/controllers/npad.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/controllers/npad.cpp b/src/core/hle/service/hid/controllers/npad.cpp
index 04b3a68c3..35dbf12df 100644
--- a/src/core/hle/service/hid/controllers/npad.cpp
+++ b/src/core/hle/service/hid/controllers/npad.cpp
@@ -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);
}