mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-04 10:42:26 -07: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