Explorar o código

Merge pull request #7518 from german77/is_npad_valid

core/hid: Add missing controller type
Morph %!s(int64=4) %!d(string=hai) anos
pai
achega
fae07919af
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/core/hid/emulated_controller.cpp

+ 2 - 0
src/core/hid/emulated_controller.cpp

@@ -882,6 +882,8 @@ bool EmulatedController::IsControllerSupported() const {
     switch (npad_type) {
     case NpadStyleIndex::ProController:
         return supported_style_tag.fullkey;
+    case NpadStyleIndex::Handheld:
+        return supported_style_tag.handheld;
     case NpadStyleIndex::JoyconDual:
         return supported_style_tag.joycon_dual;
     case NpadStyleIndex::JoyconLeft: