mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Don't need to remove the backdrop for all plugins - leave it up for some.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11526 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9b0ef15c0d
commit
d6b0c97312
29 changed files with 39 additions and 33 deletions
|
@ -849,6 +849,8 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
|
|||
rb->profile_thread();
|
||||
#endif
|
||||
|
||||
rb->lcd_set_backdrop(NULL);
|
||||
|
||||
D_DoomMain ();
|
||||
|
||||
#ifdef RB_PROFILE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue