mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 09:59:39 -04:00
- Replace old text-based FPS/thermal overlays with custom views - Add new FpsIndicatorView with color-coded performance display - Add ThermalIndicatorView showing battery temperature in °C/°F - Add RamMeterView with usage percentage and visual progress bar - Arrange all overlays horizontally at top center of screen - Add native configuration support for show_ram_meter setting - Update overlay options menu to include RAM meter toggle - Implement proper battery temperature reading via BatteryManager - Use compact 120x60 (FPS/thermal) and 140x60 (RAM) dimensions - Add color coding: green (good), orange (moderate), red (poor/hot) - Include appropriate icons and shadows for better visibility (WIP) Signed-off-by: Zephyron <zephyron@citron-emu.org>