diff options
| author | Björn Stenberg <bjorn@haxx.se> | 2002-06-27 00:57:33 +0000 |
|---|---|---|
| committer | Björn Stenberg <bjorn@haxx.se> | 2002-06-27 00:57:33 +0000 |
| commit | a3ef95dcea55f6b612268cd053bb59362653eb03 (patch) | |
| tree | b979c6c2f5f4af83d8ae41622f523cddb02740eb /apps | |
| parent | 61ab8080d8b81d8bae3f0b23dadfb2aff9edd0eb (diff) | |
| download | rockbox-a3ef95dcea55f6b612268cd053bb59362653eb03.zip rockbox-a3ef95dcea55f6b612268cd053bb59362653eb03.tar.gz rockbox-a3ef95dcea55f6b612268cd053bb59362653eb03.tar.bz2 rockbox-a3ef95dcea55f6b612268cd053bb59362653eb03.tar.xz | |
Init global_settings in simulator too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1218 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c index 6cf99d7..defc48e 100644 --- a/apps/main.c +++ b/apps/main.c @@ -58,6 +58,7 @@ void init(void) init_threads(); lcd_init(); show_logo(); + reset_settings(&global_settings); sleep(HZ/2); } |