mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-01-11 15:01:56 -08:00
Merge pull request #5034 from german77/communicationModeFix
Add missing types to NpadCommunicationMode
This commit is contained in:
commit
6314ed5de0
@ -89,6 +89,8 @@ public:
|
||||
enum class NpadCommunicationMode : u64 {
|
||||
Unknown0 = 0,
|
||||
Unknown1 = 1,
|
||||
Unknown2 = 2,
|
||||
Unknown3 = 3,
|
||||
};
|
||||
|
||||
struct DeviceHandle {
|
||||
|
Loading…
x
Reference in New Issue
Block a user