mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 10:02:41 +00: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