diff options
author | Ian C <ianc@noddybox.co.uk> | 2006-11-05 00:47:07 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2006-11-05 00:47:07 +0000 |
commit | 6f8c3d4fafc8e301e89137d80ad85e4e1314bd56 (patch) | |
tree | cd175af64c20070d580635249b2c4c852f6a87fe /source | |
parent | f86b3938a7e5d2b01f0f2e6756d3efdbd2994641 (diff) |
Changed so that the default is to build FAT support
Diffstat (limited to 'source')
-rw-r--r-- | source/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/main.c b/source/main.c index 1296f40..162ca2d 100644 --- a/source/main.c +++ b/source/main.c @@ -110,7 +110,7 @@ static void Splash(void) y += 8; -#ifdef DS81_USE_FAT +#ifndef DS81_DISABLE_FAT res = fatInitialise(32,true); #endif |