askot.altair 8cdf9df10c -Fixes to get compile in GC & Wii
-Rearrange of some functions
2008-07-04 03:50:38 +00:00

14 lines
215 B
C

#define MAXJOLIET 256
#define MAXFILES 1000
typedef struct {
char filename[MAXJOLIET];
char sdcardpath[256];
u64 offset;
unsigned int length;
char flags;
}FILEENTRIES;
extern FILEENTRIES filelist[MAXFILES];