forked from len0rd/rockbox
Fix rockboy on the recorders.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20160 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
062139550d
commit
90666941f2
1 changed files with 1 additions and 1 deletions
|
|
@ -31,6 +31,6 @@ PLUGIN_HEADER
|
||||||
/* this is the plugin entry point */
|
/* this is the plugin entry point */
|
||||||
enum plugin_status plugin_start(const void* parameter)
|
enum plugin_status plugin_start(const void* parameter)
|
||||||
{
|
{
|
||||||
return run_overlay(parameter, PLUGIN_GAMES_DIR "/rockboy.ovl", "RockBoy");
|
return run_overlay(parameter, VIEWERS_DIR "/rockboy.ovl", "RockBoy");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue