bugfix: Fixed DF3 LED would not show (fixes #1592)

This commit is contained in:
Dimitris Panokostas 2025-01-13 18:05:09 +01:00
parent e2b6c14ce3
commit 134a6c2f99
No known key found for this signature in database
GPG Key ID: 330156A68E9E0929

View File

@ -369,7 +369,7 @@ void draw_status_line_single(int monid, uae_u8 *buf, int bpp, int y, int totalwi
} }
#ifdef AMIBERRY // Board Temperature, if available #ifdef AMIBERRY // Board Temperature, if available
} else if (led == LED_TEMP) { } else if (led == LED_TEMP) {
pos = 11; pos = 12;
int temp = gui_data.temperature; int temp = gui_data.temperature;
on = 1; on = 1;
off_rgb = 0x000000; off_rgb = 0x000000;