WiimoteCommon: Tweak battery level math.

This commit is contained in:
Jordan Woyak
2020-06-28 13:11:20 -05:00
parent 961f937010
commit d382c6bab9
5 changed files with 21 additions and 11 deletions

View File

@ -233,7 +233,7 @@ private:
// Status report is requested every so often to update the battery level.
Clock::time_point m_status_outdated_time = Clock::now();
u8 m_battery = 0;
float m_battery = 0;
u8 m_leds = 0;
bool m_speaker_configured = false;