summaryrefslogtreecommitdiffstats
path: root/src/input_common/drivers/gc_adapter.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2021-10-19 07:12:24 +0200
committerNarr the Reg <juangerman-13@hotmail.com>2021-11-25 03:30:24 +0100
commit601ac43495904f3f7666d79a800a8b4eda5a8461 (patch)
tree97e49cb22264ceb730ce51babbd3c2dc27d6b36f /src/input_common/drivers/gc_adapter.h
parenthid: Fix controller connection/disconnection (diff)
downloadyuzu-601ac43495904f3f7666d79a800a8b4eda5a8461.tar
yuzu-601ac43495904f3f7666d79a800a8b4eda5a8461.tar.gz
yuzu-601ac43495904f3f7666d79a800a8b4eda5a8461.tar.bz2
yuzu-601ac43495904f3f7666d79a800a8b4eda5a8461.tar.lz
yuzu-601ac43495904f3f7666d79a800a8b4eda5a8461.tar.xz
yuzu-601ac43495904f3f7666d79a800a8b4eda5a8461.tar.zst
yuzu-601ac43495904f3f7666d79a800a8b4eda5a8461.zip
Diffstat (limited to '')
-rw-r--r--src/input_common/drivers/gc_adapter.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/input_common/drivers/gc_adapter.h b/src/input_common/drivers/gc_adapter.h
index dd0e4aa1d..b82e4803d 100644
--- a/src/input_common/drivers/gc_adapter.h
+++ b/src/input_common/drivers/gc_adapter.h
@@ -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;