1
0
Fork 0
forked from len0rd/rockbox

New setting to control the file browser start location.

Set using the menu item in folder context menus, clear in the filebrowser settings.
    
    Can be abused to start selecting a *file* (or have a folder selected) instead of a starting inside a folder by removing the trailing / in the .cfg
    
    This only affects the file browser when it would open in / before (on boot, or when entereing after backing out of the browser before (*not* when exited with the menu action)



git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28206 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2010-10-04 10:34:38 +00:00
parent ae75c6eb0a
commit efbcece07b
8 changed files with 65 additions and 7 deletions

View file

@ -810,6 +810,7 @@ struct user_settings
#endif
} hw_eq_bands[AUDIOHW_EQ_BAND_NUM];
#endif /* AUDIOHW_HAVE_EQ */
char start_directory[2*MAX_FILENAME+1];
};
/** global variables **/