Просмотр исходного кода

core: hid: Add handheld to nfc devices

german77 3 лет назад
Родитель
Сommit
2ccbf5abdd
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/core/hid/emulated_controller.cpp

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