service/hid: Finish converting LIFO objects and address some nits
This commit is contained in:
parent
2e699e089a
commit
d20817d2f1
14 changed files with 50 additions and 95 deletions
|
@ -723,7 +723,7 @@ void EmulatedController::SetBattery(Common::Input::CallbackStatus callback, std:
|
|||
|
||||
bool is_charging = false;
|
||||
bool is_powered = false;
|
||||
BatteryLevel battery_level = 0;
|
||||
NpadBatteryLevel battery_level = 0;
|
||||
switch (controller.battery_values[index]) {
|
||||
case Common::Input::BatteryLevel::Charging:
|
||||
is_charging = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue