boot: update for 13.0.0/aula parameter changes (closes #1477)

This commit is contained in:
Michael Scire
2021-10-15 19:03:11 -07:00
parent 990daec3a2
commit d1bc1a5c57
10 changed files with 96 additions and 68 deletions

View File

@@ -53,8 +53,8 @@ namespace ams::boot {
return powctl::GetBatteryAverageVCell(out, s_battery_session);
}
Result GetOpenCircuitVoltage(int *out) {
return powctl::GetBatteryOpenCircuitVoltage(out, s_battery_session);
Result GetVoltageFuelGaugePercentage(float *out) {
return powctl::GetBatteryVoltageFuelGaugePercentage(out, s_battery_session);
}
Result GetAverageCurrent(int *out) {