mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-02-22 20:13:08 +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