Commit graph

12 commits

Author SHA1 Message Date
Paul Cercueil
c52e6628cd 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.
2013-10-07 17:09:09 +02:00
notaz
ec90b02137 fix deadlock on list seek 2013-09-08 21:05:28 +03:00
notaz
9089665ca1 fix list seeking, add autoload option 2013-08-31 00:49:52 +03:00
Grazvydas Ignotas
ebf0e111a8 rm unused preprocessor checks 2013-07-28 02:49:51 +03:00
Grazvydas Ignotas
20b143089c fix corruption on empty sel_fname 2013-06-23 02:28:08 +03:00
notaz
4db02226eb menu: pass extension lists as argument 2013-01-06 21:09:51 +02:00
notaz
8a0998fb31 improve file browser, rework filtering 2013-01-06 00:24:34 +02:00
notaz
a4025790b5 input: handle unprobed devices better 2012-11-11 22:08:38 +02:00
notaz
7b0a298567 minor adjustments 2012-09-16 19:43:29 +03:00
notaz
f89d84717a update license in source code itself 2012-09-13 01:41:57 +03:00
notaz
675d1d368c merge border style from gpfce 2012-09-13 01:41:57 +03:00
notaz
a86e9a3e58 move common files to root 2012-09-13 01:41:53 +03:00
Renamed from common/menu.c (Browse further)