summaryrefslogtreecommitdiff
path: root/apps/screens.c
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2007-08-12 19:49:03 +0000
committerNils Wallménius <nils@rockbox.org>2007-08-12 19:49:03 +0000
commitf28da1a35a6403b153f93f66e3d96e485f89c363 (patch)
tree760d0c286a65042e18e2165ff555be0d40e80558 /apps/screens.c
parent90c40b7fea0275e212addf3ae6ac6979f5b4585b (diff)
downloadrockbox-f28da1a35a6403b153f93f66e3d96e485f89c363.tar.gz
rockbox-f28da1a35a6403b153f93f66e3d96e485f89c363.zip
Enable a lot more features for simulators and add stubs where necessary, simulators should now work with identical lng and voice files as the respective target
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14299 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/screens.c')
-rw-r--r--apps/screens.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/screens.c b/apps/screens.c
index 5dbca7a59c..700164f10e 100644
--- a/apps/screens.c
+++ b/apps/screens.c
@@ -779,7 +779,7 @@ bool quick_screen_f3(int button_enter)
779#endif /* BUTTON_F3 */ 779#endif /* BUTTON_F3 */
780#endif /* CONFIG_KEYPAD in (RECORDER_PAD |IRIVER_H100_PAD | IRIVER_H300_PAD) */ 780#endif /* CONFIG_KEYPAD in (RECORDER_PAD |IRIVER_H100_PAD | IRIVER_H300_PAD) */
781 781
782#if CONFIG_CHARGING || defined(SIMULATOR) 782#if CONFIG_CHARGING
783void charging_splash(void) 783void charging_splash(void)
784{ 784{
785 gui_syncsplash(2*HZ, (unsigned char *)str(LANG_BATTERY_CHARGE)); 785 gui_syncsplash(2*HZ, (unsigned char *)str(LANG_BATTERY_CHARGE));