Browse Source

core: hid: Add handheld to nfc devices

pull/15/merge
german77 3 years ago
parent
commit
2ccbf5abdd
  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