mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Start of some apps/ and wps cleanup work... Move everything related to the actual drawing of the wps into apps/gui/wps_engine, things related to the actual screen are in apps/gui/music_screen.c (names are temporary unless noone comes up with anything better)
No real code changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22062 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4e16015427
commit
5e5fc64cb2
21 changed files with 1672 additions and 1021 deletions
|
|
@ -24,7 +24,6 @@
|
|||
#include "system.h"
|
||||
#include "albumart.h"
|
||||
#include "metadata.h"
|
||||
#include "gwps.h"
|
||||
#include "buffering.h"
|
||||
#include "dircache.h"
|
||||
#include "misc.h"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include <stdbool.h>
|
||||
#include "metadata.h"
|
||||
#include "gwps.h"
|
||||
#include "wps_engine/wps_engine.h"
|
||||
|
||||
/* Look for albumart bitmap in the same dir as the track and in its parent dir.
|
||||
* Stores the found filename in the buf parameter.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue