forked from len0rd/rockbox
FS#11072 - display the filename of the skin begin parsed in the debug output
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25003 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
779d4e3ff7
commit
d9adfa1c73
1 changed files with 6 additions and 0 deletions
|
@ -2169,6 +2169,12 @@ bool skin_data_load(enum screen_type screen, struct wps_data *wps_data,
|
||||||
skinfonts[i].name = NULL;
|
skinfonts[i].name = NULL;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(DEBUG) || defined(SIMULATOR)
|
||||||
|
if (isfile)
|
||||||
|
{
|
||||||
|
DEBUGF("\n=====================\nLoading '%s'\n=====================\n", buf);
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
skin_data_reset(wps_data);
|
skin_data_reset(wps_data);
|
||||||
curr_screen = screen;
|
curr_screen = screen;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue