aboutsummaryrefslogtreecommitdiff
path: root/src/core/hid/emulated_controller.cpp
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2022-10-22 14:05:00 -0500
committergerman77 <juangerman-13@hotmail.com>2022-10-22 14:05:00 -0500
commit2ccbf5abdd6d2b2a7c0d80371077d6585865cea6 (patch)
tree9a22c0cfc6d3b2cf944a919c6f0aeb5ed5b3562d /src/core/hid/emulated_controller.cpp
parent3e0aaeba98e3278b26f1d6be5dd013a953ff784f (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.cpp1
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;