Bläddra i källkod

Merge pull request #5034 from german77/communicationModeFix

Add missing types to NpadCommunicationMode
Morph 5 år sedan
förälder
incheckning
6314ed5de0
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      src/core/hle/service/hid/controllers/npad.h

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

@@ -89,6 +89,8 @@ public:
     enum class NpadCommunicationMode : u64 {
     enum class NpadCommunicationMode : u64 {
         Unknown0 = 0,
         Unknown0 = 0,
         Unknown1 = 1,
         Unknown1 = 1,
+        Unknown2 = 2,
+        Unknown3 = 3,
     };
     };
 
 
     struct DeviceHandle {
     struct DeviceHandle {