forked from len0rd/rockbox
FS#7997 - mpegplayer - enable/disable start menu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15250 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8941d2bfa2
commit
d4f382252d
4 changed files with 54 additions and 10 deletions
|
|
@ -22,6 +22,7 @@ enum mpeg_start_id
|
|||
enum mpeg_menu_id
|
||||
{
|
||||
MPEG_MENU_DISPLAY_SETTINGS,
|
||||
MPEG_MENU_ENABLE_START_MENU,
|
||||
MPEG_MENU_CLEAR_RESUMES,
|
||||
MPEG_MENU_QUIT,
|
||||
};
|
||||
|
|
@ -30,6 +31,7 @@ struct mpeg_settings {
|
|||
int showfps; /* flag to display fps */
|
||||
int limitfps; /* flag to limit fps */
|
||||
int skipframes; /* flag to skip frames */
|
||||
int enable_start_menu; /* flag to enable/disable start menu */
|
||||
int resume_count; /* total # of resumes in config file */
|
||||
int resume_time; /* resume time for current mpeg (in half minutes) */
|
||||
char resume_filename[128]; /* filename of current mpeg */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue