forked from len0rd/rockbox
First steps towards SDL sim for windows
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8449 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c9bded807b
commit
60e8f4f988
4 changed files with 5 additions and 3 deletions
|
@ -139,7 +139,7 @@ mp3data.c
|
|||
#if CONFIG_CODEC != SWCODEC
|
||||
mpeg.c
|
||||
#endif
|
||||
#ifndef WIN32 /* the win32 sim has its own versin of these: */
|
||||
#if !defined(WIN32) || defined(SDL)
|
||||
panic.c
|
||||
debug.c
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue