Przeglądaj źródła

controllers/npad: Load input devices on init

Morph 5 lat temu
rodzic
commit
d8ad2f3484
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      src/core/hle/service/hid/controllers/npad.cpp

+ 2 - 0
src/core/hle/service/hid/controllers/npad.cpp

@@ -214,6 +214,8 @@ void Controller_NPad::OnInit() {
         return;
     }
 
+    OnLoadInputDevices();
+
     if (style.raw == 0) {
         // We want to support all controllers
         style.handheld.Assign(1);