1
0
Fork 0
forked from len0rd/rockbox

talk: Voice the volume name when browsing and when voicing full paths

Change-Id: I56660e168edd135a09cd5c021504a58ec9d40093
This commit is contained in:
Solomon Peachy 2024-07-26 23:35:00 -04:00
parent 70b96193e7
commit 78283bda64
5 changed files with 68 additions and 4 deletions

View file

@ -83,6 +83,7 @@ int path_strip_last_volume(const char *name, const char **nameptr, bool greedy);
int get_volume_name(int volume, char *name);
int make_volume_root(int volume, char *dst);
void init_volume_names(void);
int path_get_volume_id(const char *name);
#endif
int path_strip_drive(const char *name, const char **nameptr, bool greedy);