mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 04:05:45 +00:00
Add missing types to NpadCommunicationMode
This commit is contained in:
parent
4e480c2990
commit
2a93b187a6
1 changed files with 2 additions and 0 deletions
|
@ -89,6 +89,8 @@ public:
|
|||
enum class NpadCommunicationMode : u64 {
|
||||
Unknown0 = 0,
|
||||
Unknown1 = 1,
|
||||
Unknown2 = 2,
|
||||
Unknown3 = 3,
|
||||
};
|
||||
|
||||
struct DeviceHandle {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue