1
0
Fork 0
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:
Jonathan Gordon 2010-03-03 08:30:31 +00:00
parent 779d4e3ff7
commit d9adfa1c73

View file

@ -2169,6 +2169,12 @@ bool skin_data_load(enum screen_type screen, struct wps_data *wps_data,
skinfonts[i].name = NULL;
}
#endif
#if defined(DEBUG) || defined(SIMULATOR)
if (isfile)
{
DEBUGF("\n=====================\nLoading '%s'\n=====================\n", buf);
}
#endif
skin_data_reset(wps_data);
curr_screen = screen;