diff options
author | german77 <juangerman-13@hotmail.com> | 2022-10-22 21:05:00 +0200 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2022-10-22 21:05:00 +0200 |
commit | 2ccbf5abdd6d2b2a7c0d80371077d6585865cea6 (patch) | |
tree | 9a22c0cfc6d3b2cf944a919c6f0aeb5ed5b3562d /src/core | |
parent | service: nfp: Allow amiibos without keys (diff) | |
download | yuzu-2ccbf5abdd6d2b2a7c0d80371077d6585865cea6.tar yuzu-2ccbf5abdd6d2b2a7c0d80371077d6585865cea6.tar.gz yuzu-2ccbf5abdd6d2b2a7c0d80371077d6585865cea6.tar.bz2 yuzu-2ccbf5abdd6d2b2a7c0d80371077d6585865cea6.tar.lz yuzu-2ccbf5abdd6d2b2a7c0d80371077d6585865cea6.tar.xz yuzu-2ccbf5abdd6d2b2a7c0d80371077d6585865cea6.tar.zst yuzu-2ccbf5abdd6d2b2a7c0d80371077d6585865cea6.zip |
Diffstat (limited to '')
-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 025f1c78e..28c654df5 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; |