diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2011-11-15 13:22:02 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2011-11-15 13:22:02 +0000 |
| commit | 101693fd3047fb64e766580e80635a424fa25c4d (patch) | |
| tree | 80f5664710a6e84b73f33e22c1b8632c13c5a727 /apps/debug_menu.h | |
| parent | e7e4b131d06f748400b5299d4d1ebfb38f9f08bf (diff) | |
| download | rockbox-101693fd3047fb64e766580e80635a424fa25c4d.zip rockbox-101693fd3047fb64e766580e80635a424fa25c4d.tar.gz rockbox-101693fd3047fb64e766580e80635a424fa25c4d.tar.bz2 rockbox-101693fd3047fb64e766580e80635a424fa25c4d.tar.xz | |
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
Diffstat (limited to 'apps/debug_menu.h')
| -rw-r--r-- | apps/debug_menu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/debug_menu.h b/apps/debug_menu.h index ecb50c4..17a9c2e 100644 --- a/apps/debug_menu.h +++ b/apps/debug_menu.h @@ -22,6 +22,7 @@ #define _DEBUG_MENU_H bool debug_menu(void); +bool run_debug_screen(char* screen); #ifndef SIMULATOR extern bool dbg_ports(void); |