rockbox/uisimulator
Thomas Martitz 9c0b2479f7 Rockbox as an application: add get_user_file_path().
For RaaA it evaluates user paths at runtime. For everything but codecs/plugins it will give the path under $HOME/.config/rockbox.org if write access is needed or if the file/folder in question exists there (otherwise it gives /usr/local/share/rockbox).
This allows for installing themes under $HOME as well as having config.cfg and other important files there while installing the application (and default themes) under /usr/local.

On the DAPs it's a no-op, returing /.rockbox directly.

Not converted to use get_user_file_path() are plugins themselves, because RaaA doesn't build plugins yet.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27656 a1c6a512-1295-4272-9138-f99709370657
2010-08-01 16:15:27 +00:00
..
bitmaps uisimulator/sdl only contains bitmaps, rename to 'bitmaps' 2010-05-18 12:46:09 +00:00
buttonmap Rockbox as an application: Add an 320x240 SDL application target. 2010-07-06 15:11:56 +00:00
common Rockbox as an application: add get_user_file_path(). 2010-08-01 16:15:27 +00:00
battery.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
uisimulator.make Rockbox as an application: Add an 320x240 SDL application target. 2010-07-06 15:11:56 +00:00