mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Add simulator support for the A860
This requires a few changes unrelated to the A860 because configure unsets APPLICATION but the NWZ is an application! Change-Id: Id91aa23193383ac95886b281653da5286edd9caf
This commit is contained in:
parent
ac57f96838
commit
a0fca0c7bf
8 changed files with 89 additions and 6 deletions
|
@ -95,12 +95,11 @@ target/hosted/samsungypr/radio-ypr.c
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef SONY_NWZ_LINUX
|
||||
#if defined(SONY_NWZ_LINUX) && !defined(SIMULATOR)
|
||||
target/hosted/backtrace-glibc.c
|
||||
target/hosted/kernel-unix.c
|
||||
target/hosted/filesystem-unix.c
|
||||
target/hosted/lc-unix.c
|
||||
target/hosted/pcm-alsa.c
|
||||
target/hosted/sonynwz/lcd-nwz.c
|
||||
target/hosted/sonynwz/button-nwz.c
|
||||
target/hosted/sonynwz/system-nwz.c
|
||||
|
@ -467,6 +466,7 @@ target/hosted/pcm-alsa.c
|
|||
#elif defined(HAVE_NWZ_LINUX_CODEC)
|
||||
drivers/audio/nwzlinux-codec.c
|
||||
target/hosted/alsa-controls.c
|
||||
target/hosted/pcm-alsa.c
|
||||
#elif defined(HAVE_SDL_AUDIO)
|
||||
drivers/audio/sdl.c
|
||||
#if CONFIG_CODEC == SWCODEC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue