From 134a6c2f9925f96f44cf5a7a5daea5bb8696ff6b Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Mon, 13 Jan 2025 18:05:09 +0100 Subject: [PATCH] bugfix: Fixed DF3 LED would not show (fixes #1592) --- src/statusline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/statusline.cpp b/src/statusline.cpp index 52a5f638b..042aff82b 100644 --- a/src/statusline.cpp +++ b/src/statusline.cpp @@ -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 } else if (led == LED_TEMP) { - pos = 11; + pos = 12; int temp = gui_data.temperature; on = 1; off_rgb = 0x000000;