mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 06:48:44 -05:00
Add missing types to NpadCommunicationMode
This commit is contained in:
@ -89,6 +89,8 @@ public:
|
||||
enum class NpadCommunicationMode : u64 {
|
||||
Unknown0 = 0,
|
||||
Unknown1 = 1,
|
||||
Unknown2 = 2,
|
||||
Unknown3 = 3,
|
||||
};
|
||||
|
||||
struct DeviceHandle {
|
||||
|
Reference in New Issue
Block a user