mirror of
https://github.com/Polprzewodnikowy/SummerCart64.git
synced 2025-04-14 21:51:27 +02:00
[SC64][SW] Disable auto new line in bootloader display printing functions
This commit is contained in:
parent
a3d4082384
commit
30fb3d0ea6
@ -116,8 +116,8 @@ static void display_draw_character (char c) {
|
||||
}
|
||||
|
||||
if ((char_x + FONT_WIDTH) > (SCREEN_WIDTH - BORDER_WIDTH)) {
|
||||
char_x = BORDER_WIDTH;
|
||||
char_y += FONT_HEIGHT + LINE_SPACING;
|
||||
char_x -= FONT_WIDTH;
|
||||
c = '\x7F';
|
||||
}
|
||||
|
||||
if ((c < ' ') || (c > '~')) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user