forked from len0rd/rockbox
skin_engine: Reenable skin debugging in the sim (use --debugwps)
Change-Id: I2881edda45cd3ea69f5284d93bc93c47bb63b3f2
This commit is contained in:
parent
182a6c80ba
commit
5edae54e0d
6 changed files with 10 additions and 671 deletions
|
|
@ -1,6 +1,6 @@
|
|||
skin_buffer.c
|
||||
skin_parser.c
|
||||
#if !defined(ROCKBOX) || defined(__PCTOOL__)
|
||||
#if !defined(ROCKBOX) || defined(__PCTOOL__) || defined(SIMULATOR)
|
||||
skin_debug.c
|
||||
#endif
|
||||
skin_scan.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue