mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Optimise some more line drawing calls.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17083 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b6213bbf98
commit
fef82552e1
10 changed files with 53 additions and 68 deletions
|
@ -1000,7 +1000,7 @@ static unsigned int pegbox_menu(struct game_context* pb) {
|
|||
rb->lcd_putsxy((LCD_WIDTH)/4, 40, "Quit");
|
||||
|
||||
if(!can_resume)
|
||||
rb->lcd_drawline((LCD_WIDTH)/4, 28, (LCD_WIDTH)/4+30, 28);
|
||||
rb->lcd_hline((LCD_WIDTH)/4, (LCD_WIDTH)/4+30, 28);
|
||||
|
||||
rb->lcd_putsxy((LCD_WIDTH)/4-8, loc*8+16, "*");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue