Skip to content

Commit

Permalink
bugfix: Fixed DF3 LED would not show (fixes #1592)
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Jan 13, 2025
1 parent e2b6c14 commit 134a6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/statusline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 134a6c2

Please sign in to comment.