mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-18 09:47:33 +01:00
Add missing types to NpadCommunicationMode
This commit is contained in:
parent
312a8bd4b4
commit
4eb7327559
@ -89,6 +89,8 @@ public:
|
||||
enum class NpadCommunicationMode : u64 {
|
||||
Unknown0 = 0,
|
||||
Unknown1 = 1,
|
||||
Unknown2 = 2,
|
||||
Unknown3 = 3,
|
||||
};
|
||||
|
||||
struct DeviceHandle {
|
||||
|
Loading…
Reference in New Issue
Block a user