1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2025-04-21 12:27:27 +03:00

Changed the file browser to use / as root and added ability to see extensionless files (i.e. executables)

This commit is contained in:
bartbes
2010-08-03 17:32:54 +02:00
parent b54a595e26
commit ba9af53c21
4 changed files with 11 additions and 8 deletions

View File

@@ -49,6 +49,7 @@ const int BATTERY_READS = 10;
const int LOOP_DELAY=30000;
extern const char *CARD_ROOT;
extern const int CARD_ROOT_LEN;
extern void jz_cpuspeed(unsigned clockspeed);