diff options
author | german77 <juangerman-13@hotmail.com> | 2022-02-06 18:20:12 -0600 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2022-02-06 18:33:55 -0600 |
commit | 21742f00961308fedb35cf38261afba3c1682853 (patch) | |
tree | a130ab5b3d1a214e546227edf448a14e0be01081 /src/input_common/drivers/udp_client.h | |
parent | b720009dc0641a0899d9be347c892472a6916ef5 (diff) |
input_common: Remove battery duplicated struct and update every button press
Diffstat (limited to 'src/input_common/drivers/udp_client.h')
-rw-r--r-- | src/input_common/drivers/udp_client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/drivers/udp_client.h b/src/input_common/drivers/udp_client.h index e9c1781397..1c6a343e4f 100644 --- a/src/input_common/drivers/udp_client.h +++ b/src/input_common/drivers/udp_client.h @@ -141,7 +141,7 @@ private: std::size_t GetClientNumber(std::string_view host, u16 port) const; // Translates UDP battery level to input engine battery level - BatteryLevel GetBatteryLevel(Response::Battery battery) const; + Common::Input::BatteryLevel GetBatteryLevel(Response::Battery battery) const; void OnVersion(Response::Version); void OnPortInfo(Response::PortInfo); |