mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-10 13:21:35 +00:00
service/hid: Finish converting LIFO objects and address some nits
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user