forked from len0rd/rockbox
infrastructure for sorting by date+time, now we "only" need to decide on the UI
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4778 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4b6e00d4c9
commit
74eb64257a
5 changed files with 8 additions and 0 deletions
|
|
@ -36,6 +36,8 @@ struct dirent {
|
|||
int attribute;
|
||||
int size;
|
||||
int startcluster;
|
||||
unsigned short wrtdate; /* Last write date */
|
||||
unsigned short wrttime; /* Last write time */
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue