mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 01:56:08 -04:00
feat: Battery Percent & Temp for Android
This commit is contained in:
@@ -58,6 +58,8 @@ private:
|
|||||||
float gpu_temperature = 0.0f;
|
float gpu_temperature = 0.0f;
|
||||||
QString cpu_sensor_type;
|
QString cpu_sensor_type;
|
||||||
QString gpu_sensor_type;
|
QString gpu_sensor_type;
|
||||||
|
int battery_percentage = 0;
|
||||||
|
float battery_temperature = 0.0f;
|
||||||
|
|
||||||
// Frame graph data
|
// Frame graph data
|
||||||
static constexpr size_t MAX_FRAME_HISTORY = 120; // 2 seconds at 60 FPS
|
static constexpr size_t MAX_FRAME_HISTORY = 120; // 2 seconds at 60 FPS
|
||||||
|
|||||||
Reference in New Issue
Block a user