Introduce plat_get_skin_dir and update plat_get_root_dir functions
authorPaul Cercueil <paul@crapouillou.net>
Mon, 7 Oct 2013 15:09:09 +0000 (17:09 +0200)
committerPaul Cercueil <paul@crapouillou.net>
Mon, 7 Oct 2013 15:09:09 +0000 (17:09 +0200)
commitc52e6628cdf9c53e9143e903ab793bf59987a0ea
tree2e5bab760b7c3e211d20ba3a5daae89e35b3fb4f
parent39014486f9e50110d23dece007ce4c0ed90d15b1
Introduce plat_get_skin_dir and update plat_get_root_dir functions

On GP2X and Pandora, plat_get_root_dir points to the directory
in which the PicoDrive executable is found. On regular Linux,
it now points to the '.picodrive' directory inside the user's home
folder.

plat_get_skin_dir now points to the 'skin' directory inside the
data directory.

The data directory can be set with PICO_DATA_DIR at compile time.
If that variable is not set, the data directory is set to the
directory of the PicoDrive executable.
linux/plat.c
menu.c
plat.h