mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 10:37:52 -05:00
core/hid: Only signal when needed
This commit is contained in:
@ -105,8 +105,12 @@ private:
|
||||
void Reset();
|
||||
|
||||
void UpdateVibrations();
|
||||
// Updates vibration state of all controllers
|
||||
|
||||
/// Updates vibration state of all controllers
|
||||
void SendVibrations();
|
||||
|
||||
std::string GetUIButtonName(const Common::ParamPackage& params) const;
|
||||
|
||||
std::unique_ptr<LibUSBDeviceHandle> usb_adapter_handle;
|
||||
std::array<GCController, 4> pads;
|
||||
|
||||
|
Reference in New Issue
Block a user