mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-20 11:47:54 +00:00
service: hid: Correct some mistakes and add more validations
This commit is contained in:
parent
d3da378c46
commit
63ae2ffac1
5 changed files with 76 additions and 40 deletions
|
@ -272,6 +272,7 @@ enum class VibrationDeviceType : u32 {
|
|||
Unknown = 0,
|
||||
LinearResonantActuator = 1,
|
||||
GcErm = 2,
|
||||
N64 = 3,
|
||||
};
|
||||
|
||||
// This is nn::hid::VibrationGcErmCommand
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue