From 101693fd3047fb64e766580e80635a424fa25c4d Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 15 Nov 2011 13:22:02 +0000 Subject: FS#12251 - User shortcuts in the main menu. Custom shortcuts which give the user fast access to regularly used files/folders/settings/whatever. Thanks to Alexander Levin for the manual part of the patch git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30990 a1c6a512-1295-4272-9138-f99709370657 --- apps/main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/main.c') diff --git a/apps/main.c b/apps/main.c index c2dfc1a435..38de780c8d 100644 --- a/apps/main.c +++ b/apps/main.c @@ -79,6 +79,7 @@ #if (CONFIG_PLATFORM & PLATFORM_ANDROID) #include "notification.h" #endif +#include "shortcuts.h" #ifdef IPOD_ACCESSORY_PROTOCOL #include "iap.h" @@ -387,6 +388,7 @@ static void init(void) filetype_init(); playlist_init(); theme_init_buffer(); + shortcuts_init(); #if CONFIG_CODEC != SWCODEC mp3_init( global_settings.volume, @@ -667,6 +669,7 @@ static void init(void) filetype_init(); scrobbler_init(); theme_init_buffer(); + shortcuts_init(); #if CONFIG_CODEC != SWCODEC /* No buffer allocation (see buffer.c) may take place after the call to -- cgit v1.2.3