mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 17:48:07 -05:00
yuzu: ui: Improve battery symbols
This commit is contained in:
@ -28,7 +28,7 @@ Common::Input::BatteryStatus TransformToBattery(const Common::Input::CallbackSta
|
||||
if (value > 0.8f) {
|
||||
battery = Common::Input::BatteryLevel::Full;
|
||||
}
|
||||
if (value >= 1.0f) {
|
||||
if (value >= 0.95f) {
|
||||
battery = Common::Input::BatteryLevel::Charging;
|
||||
}
|
||||
break;
|
||||
|
Reference in New Issue
Block a user