Browse Source
Merge pull request #5034 from german77/communicationModeFix
Add missing types to NpadCommunicationMode
pull/15/merge
Morph
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
src/core/hle/service/hid/controllers/npad.h
|
|
|
@ -89,6 +89,8 @@ public: |
|
|
|
enum class NpadCommunicationMode : u64 { |
|
|
|
Unknown0 = 0, |
|
|
|
Unknown1 = 1, |
|
|
|
Unknown2 = 2, |
|
|
|
Unknown3 = 3, |
|
|
|
}; |
|
|
|
|
|
|
|
struct DeviceHandle { |
|
|
|
|