You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thermal Diagnostics Average Temperature Fix (Issue #64): Aligned cpuAvg, gpuAvg, skinAvg, and batteryAvg thermal tile calculations with the selected graph time window (rolling 60-second timestamp filter). Prevents post-gaming average temperature mismatches on devices running legacy sysfs telemetry.
Synchronous Crash-Safety Snapshot Boundary: Replaced asynchronous apply() with synchronous commit() in SettingsRepository for saveGamingOptimizationSnapshot() and clearGamingOptimizationSnapshot(). Guarantees pre-gaming system recovery snapshots are flushed to disk before any system parameters are modified.