service/hid: Finish converting LIFO objects and address some nits

This commit is contained in:
Narr the Reg 2021-11-22 22:15:34 -06:00
parent 2e699e089a
commit d20817d2f1
14 changed files with 50 additions and 95 deletions

View file

@ -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;