mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
New port: iPod Classic (also known as iPod 6G/6.5G/7G)
Major known issues: - No bootloader yet - No support for the first-generation 160GB CE-ATA hard disk drive yet - Audio playback is slow, only FLAC seems to reach realtime git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28953 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6f40387e74
commit
152847977a
43 changed files with 4975 additions and 37 deletions
|
@ -68,6 +68,8 @@
|
|||
#include "jz4740-codec.h"
|
||||
#elif defined(HAVE_AK4537)
|
||||
#include "ak4537.h"
|
||||
#elif defined(HAVE_CS42L55)
|
||||
#include "cs42l55.h"
|
||||
#endif
|
||||
#if (CONFIG_PLATFORM & PLATFORM_HOSTED)
|
||||
/* #include <SDL_audio.h> gives errors in other code areas,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue