1
0
Fork 0
forked from len0rd/rockbox

skinengine: Rework skin loading so skins can be un/loaded individually. This also means that loading a .cfg which doesnt change themes shouldnt have them reloaded

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31037 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2011-11-21 10:02:23 +00:00
parent 814ffffdbe
commit 0ca4b38b1b
7 changed files with 188 additions and 153 deletions

View file

@ -222,7 +222,6 @@ void sound_settings_apply(void);
* skin buffer is reset properly
*/
void settings_apply_skins(void);
void theme_init_buffer(void);
void settings_apply(bool read_disk);
void settings_apply_pm_range(void);