nfp: Improve implementation

This commit is contained in:
german77 2021-06-16 22:09:38 -05:00 committed by Narr the Reg
parent c001a2af25
commit fc9abd3c62
4 changed files with 669 additions and 186 deletions

View file

@ -309,6 +309,8 @@ public:
*/
bool TestVibration(std::size_t device_index);
bool SetPollingMode(Common::Input::PollingMode polling_mode);
/// Returns the led pattern corresponding to this emulated controller
LedPattern GetLedPattern() const;