mirror of
https://github.com/LIV2/amiberry.git
synced 2025-12-06 06:32:45 +00:00
bugfix: Fixed DF3 LED would not show (fixes #1592)
This commit is contained in:
parent
e2b6c14ce3
commit
134a6c2f99
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user