mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 05:09:07 -05:00
service: hid: Implement SetNpadSystemExtStateEnabled
This commit is contained in:
@ -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{};
|
||||
|
Reference in New Issue
Block a user