forked from len0rd/rockbox
If autorock is enabled, look for autostart.rock in /.rockbox/rocks/apps/ instead of /.rockbox/rocks/.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14237 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
23ae15dbea
commit
e40fedc9fd
1 changed files with 1 additions and 1 deletions
|
|
@ -555,7 +555,7 @@ static void init(void)
|
|||
#ifdef AUTOROCK
|
||||
{
|
||||
int fd;
|
||||
static const char filename[] = PLUGIN_DIR "/autostart.rock";
|
||||
static const char filename[] = PLUGIN_APPS_DIR "/autostart.rock";
|
||||
|
||||
fd = open(filename, O_RDONLY);
|
||||
if(fd >= 0) /* no complaint if it doesn't exist */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue