1
0
Fork 0
forked from eden-emu/eden

input_common: Minor typo issues (#9922)

This commit is contained in:
Narr the Reg 2023-03-07 20:15:46 -06:00 committed by GitHub
parent 4bdcafda58
commit 822a967bca
8 changed files with 48 additions and 48 deletions

View file

@ -44,7 +44,7 @@ public:
DriverResult SetVibration(const VibrationValue& vibration);
DriverResult SetLedConfig(u8 led_pattern);
DriverResult SetIrsConfig(IrsMode mode_, IrsResolution format_);
DriverResult SetPasiveMode();
DriverResult SetPassiveMode();
DriverResult SetActiveMode();
DriverResult SetIrMode();
DriverResult SetNfcMode();