diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-04-30 13:37:28 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-04-30 13:37:28 +0000 |
commit | 25ca8f2a56a8e22268f2e022eb3a00dcbaf7a327 (patch) | |
tree | a280cf72f791228cb5b00f794e8f358386f6c549 /uisimulator/app.c | |
parent | 5ab87aa978eb64d831b3285691a8ea1a7b1f9f0b (diff) |
expanded the browser with a little cursor to move
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@331 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/app.c')
-rw-r--r-- | uisimulator/app.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/uisimulator/app.c b/uisimulator/app.c index bb0c831729..a263810c7e 100644 --- a/uisimulator/app.c +++ b/uisimulator/app.c @@ -88,10 +88,7 @@ void app_main(void) menu_init(); break; case (LINE_BROWSE * LINE_HEIGHT): - lcd_clearrect(0, 0, LCD_WIDTH, LCD_HEIGHT); dirbrowse("/"); - lcd_update(); - while((!button_get())); lcd_clearrect(0, 0, LCD_WIDTH, LCD_HEIGHT); menu_init(); break; |