mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 19:03:44 +02:00
Set card root to /media by default for the Dingux port.
This commit is contained in:
parent
3d3e0fa566
commit
4fd4b234dc
@ -87,10 +87,12 @@
|
||||
|
||||
#ifdef _CARD_ROOT
|
||||
const char *CARD_ROOT = _CARD_ROOT;
|
||||
#elif defined(PLATFORM_DINGUX)
|
||||
const char *CARD_ROOT = "/media/";
|
||||
#else
|
||||
const char *CARD_ROOT = "/card/"; //Note: Add a trailing /!
|
||||
#endif
|
||||
const int CARD_ROOT_LEN = 5;
|
||||
const int CARD_ROOT_LEN = strlen(CARD_ROOT)-1;
|
||||
|
||||
static GMenu2X *app;
|
||||
static string gmenu2x_home;
|
||||
|
Loading…
Reference in New Issue
Block a user