forked from len0rd/rockbox
Ooops.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12808 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4d6374c923
commit
f3455d15e0
1 changed files with 2 additions and 2 deletions
|
@ -124,7 +124,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
|
||||||
rb = api;
|
rb = api;
|
||||||
if(parameter == NULL)
|
if(parameter == NULL)
|
||||||
{
|
{
|
||||||
rb->splash(HZ*2, true, " Play .MID file ");
|
rb->splash(HZ*2, " Play .MID file ");
|
||||||
return PLUGIN_OK;
|
return PLUGIN_OK;
|
||||||
}
|
}
|
||||||
rb->lcd_setfont(0);
|
rb->lcd_setfont(0);
|
||||||
|
@ -153,7 +153,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
|
||||||
rb->cpu_boost(false);
|
rb->cpu_boost(false);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
rb->splash(HZ, true, "FINISHED PLAYING");
|
rb->splash(HZ, "FINISHED PLAYING");
|
||||||
|
|
||||||
if(retval == -1)
|
if(retval == -1)
|
||||||
return PLUGIN_ERROR;
|
return PLUGIN_ERROR;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue