diff options
| author | 2022-10-25 12:13:31 -0400 | |
|---|---|---|
| committer | 2022-10-25 12:13:31 -0400 | |
| commit | e59bd6c3355874b9680993658b0711a7e07d1fb1 (patch) | |
| tree | d34c2944b3bc6bf9b6d15a413c1c1613b033bf58 /src/core/hid/emulated_controller.cpp | |
| parent | Merge pull request #9107 from german77/gidoly_rules (diff) | |
| parent | core: hid: Add handheld to nfc devices (diff) | |
| download | yuzu-e59bd6c3355874b9680993658b0711a7e07d1fb1.tar.gz yuzu-e59bd6c3355874b9680993658b0711a7e07d1fb1.tar.xz yuzu-e59bd6c3355874b9680993658b0711a7e07d1fb1.zip | |
Merge pull request #9113 from german77/peer_pressure
service: nfp: Allow amiibos without keys
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 b17b00f2c..ec1364452 100644 --- a/src/core/hid/emulated_controller.cpp +++ b/src/core/hid/emulated_controller.cpp | |||
| @@ -1025,6 +1025,7 @@ bool EmulatedController::HasNfc() const { | |||
| 1025 | case NpadStyleIndex::JoyconRight: | 1025 | case NpadStyleIndex::JoyconRight: |
| 1026 | case NpadStyleIndex::JoyconDual: | 1026 | case NpadStyleIndex::JoyconDual: |
| 1027 | case NpadStyleIndex::ProController: | 1027 | case NpadStyleIndex::ProController: |
| 1028 | case NpadStyleIndex::Handheld: | ||
| 1028 | break; | 1029 | break; |
| 1029 | default: | 1030 | default: |
| 1030 | return false; | 1031 | return false; |