Browse Source

core: hid: Add handheld to nfc devices

nce_cpp
german77 3 years ago
parent
commit
06555ad6c0
  1. 1
      src/core/hid/emulated_controller.cpp

1
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;

Loading…
Cancel
Save