mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 16:07:56 -05:00
service: hid: Implement GetLastActiveNpad
This commit is contained in:
@ -159,6 +159,8 @@ public:
|
||||
|
||||
Result AssigningSingleOnSlSrPress(u64 aruid, bool is_enabled);
|
||||
|
||||
Result GetLastActiveNpad(Core::HID::NpadIdType& out_npad_id) const;
|
||||
|
||||
private:
|
||||
struct VibrationData {
|
||||
bool device_mounted{};
|
||||
|
Reference in New Issue
Block a user