mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2025-02-05 05:06:28 +01:00
Update favorite.c
Giving a bit more space between the lines of history
This commit is contained in:
parent
0d6fe8445f
commit
724f40f52c
@ -96,7 +96,7 @@ static void draw_favorites(menu_t *menu, surface_t *display) {
|
|||||||
if(path_has_value(menu->history.favorites_disk[i])) {
|
if(path_has_value(menu->history.favorites_disk[i])) {
|
||||||
ui_components_main_text_draw_location(x + 64, y,"%s", path_last_get(menu->history.favorites_disk[i]));
|
ui_components_main_text_draw_location(x + 64, y,"%s", path_last_get(menu->history.favorites_disk[i]));
|
||||||
}
|
}
|
||||||
y += 16;
|
y += 20;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user