0
0
mirror of https://git.tardis.systems/mirrors/yuzu.git synced 2025-01-03 03:54:45 +00:00

Add missing types to NpadCommunicationMode

This commit is contained in:
german 2020-11-28 21:56:02 -06:00
parent 312a8bd4b4
commit 4eb7327559

View File

@ -89,6 +89,8 @@ public:
enum class NpadCommunicationMode : u64 {
Unknown0 = 0,
Unknown1 = 1,
Unknown2 = 2,
Unknown3 = 3,
};
struct DeviceHandle {