libfat/source
mtheall 8ae46ee04f Add hidden interface to support FeOS implementation of multiple cwd.
This interface grabs the pointer to the cwd cluster. This interface
is hidden because it can be very easily used incorrectly. Modifying
the cwd cluster value may cause unexpected results, so use at your
own risk, which includes a corrupted storage medium.
2012-09-14 16:48:11 -05:00
..
bit_ops.h Moved disc interfaces to appropriate libraries (DLDI to libnds, SD/USB to libogc). 2008-11-20 05:22:28 +00:00
cache.c support > 512 bytes per sector in libfat (dimok) 2011-06-18 07:40:53 +00:00
cache.h support > 512 bytes per sector in libfat (dimok) 2011-06-18 07:40:53 +00:00
common.h support > 512 bytes per sector in libfat (dimok) 2011-06-18 07:40:53 +00:00
directory.c fix finding . and .. entries for root directory 2012-09-13 18:21:00 -05:00
directory.h case sensitive patch (Extrems) 2011-06-21 03:49:56 +00:00
disc.c sector buffer in ewram for writing from arm7 (DSi SD fix) 2011-01-28 02:09:07 +00:00
disc.h Read/write contigious clusters in one operation to improve speed. 2008-11-22 13:37:16 +00:00
fatdir.c cleanup patch - http://sourceforge.net/tracker/?func=detail&aid=3331605&group_id=114505&atid=668553 2011-06-28 20:35:00 +00:00
fatdir.h Moved disc interfaces to appropriate libraries (DLDI to libnds, SD/USB to libogc). 2008-11-20 05:22:28 +00:00
fatfile.c add FAT_setAttr, expose FAT_setAttr/FAT_getAttr and add defines for DOS attributes 2012-05-13 00:24:58 +01:00
fatfile.h remove functions we're not adding after all 2010-03-21 11:07:48 +00:00
file_allocation_table.c cleanup patch - http://sourceforge.net/tracker/?func=detail&aid=3331605&group_id=114505&atid=668553 2011-06-28 20:35:00 +00:00
file_allocation_table.h Moved disc interfaces to appropriate libraries (DLDI to libnds, SD/USB to libogc). 2008-11-20 05:22:28 +00:00
filetime.c correct year in _FAT_filetime_to_time_t 2009-05-01 07:57:13 +00:00
filetime.h Moved disc interfaces to appropriate libraries (DLDI to libnds, SD/USB to libogc). 2008-11-20 05:22:28 +00:00
libfat.c get rid of sprintf as per https://sourceforge.net/tracker/?func=detail&aid=3465300&group_id=114505&atid=668553 2012-02-26 16:20:18 +00:00
lock.c add overridable locking functions 2010-05-16 11:17:43 +00:00
lock.h add overridable locking functions 2010-05-16 11:17:43 +00:00
mem_allocate.h add read ahead cache by Rodries 2009-05-17 22:16:35 +00:00
partition.c Add hidden interface to support FeOS implementation of multiple cwd. 2012-09-14 16:48:11 -05:00
partition.h support > 512 bytes per sector in libfat (dimok) 2011-06-18 07:40:53 +00:00