service: hid: Implement SetNpadSystemExtStateEnabled

This commit is contained in:
german77
2024-01-06 21:35:10 -06:00
committed by Narr the Reg
parent a36f4d0a9f
commit f224ef6185
5 changed files with 34 additions and 8 deletions

View File

@ -155,6 +155,8 @@ public:
std::size_t GetNpadCaptureButtonAssignment(std::span<Core::HID::NpadButton> out_list,
u64 aruid) const;
Result SetNpadSystemExtStateEnabled(u64 aruid, bool is_enabled);
private:
struct VibrationData {
bool device_mounted{};