diff options
author | german77 <juangerman-13@hotmail.com> | 2022-10-22 14:05:00 -0500 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2022-10-22 14:05:00 -0500 |
commit | 2ccbf5abdd6d2b2a7c0d80371077d6585865cea6 (patch) | |
tree | 9a22c0cfc6d3b2cf944a919c6f0aeb5ed5b3562d /src/core/hid/emulated_controller.cpp | |
parent | 3e0aaeba98e3278b26f1d6be5dd013a953ff784f (diff) |
core: hid: Add handheld to nfc devices
Diffstat (limited to 'src/core/hid/emulated_controller.cpp')
-rw-r--r-- | src/core/hid/emulated_controller.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hid/emulated_controller.cpp b/src/core/hid/emulated_controller.cpp index 025f1c78e4..28c654df5e 100644 --- a/src/core/hid/emulated_controller.cpp +++ b/src/core/hid/emulated_controller.cpp @@ -1048,6 +1048,7 @@ bool EmulatedController::HasNfc() const { case NpadStyleIndex::JoyconRight: case NpadStyleIndex::JoyconDual: case NpadStyleIndex::ProController: + case NpadStyleIndex::Handheld: break; default: return false; |