1
0
Fork 0
forked from len0rd/rockbox

RaaA: Add initial Pandora support

More information: www.openpandora.org

Possible things to implement:
- Special button mappings
- Battery monitoring
- ALSA audio backend
- Automate creation of "pnd" (=binary) file

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29451 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Jarosch 2011-02-27 23:42:37 +00:00
parent 87f7dcf38e
commit 6e9e6a7571
13 changed files with 188 additions and 13 deletions

View file

@ -43,7 +43,7 @@
#define opendir opendir_android
#define mkdir mkdir_android
#define rmdir rmdir_android
#elif (CONFIG_PLATFORM & (PLATFORM_SDL|PLATFORM_MAEMO))
#elif (CONFIG_PLATFORM & (PLATFORM_SDL|PLATFORM_MAEMO|PLATFORM_PANDORA))
#define open sim_open
#define remove sim_remove
#define rename sim_rename