mirror of
https://github.com/wiiu-env/libfat.git
synced 2024-11-25 03:16:52 +01:00
remove unneeded flag
This commit is contained in:
parent
ef7a8748e6
commit
1e06c677b6
@ -66,8 +66,7 @@ static const devoptab_t dotab_fat = {
|
|||||||
NULL, /* Device data */
|
NULL, /* Device data */
|
||||||
NULL, // chmod_r
|
NULL, // chmod_r
|
||||||
NULL, // fchmod_r
|
NULL, // fchmod_r
|
||||||
NULL, // rmdir_r
|
NULL // rmdir_r
|
||||||
true // stdioUnbuffered;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
bool fatMount (const char* name, const DISC_INTERFACE* interface, sec_t startSector, uint32_t cacheSize, uint32_t SectorsPerPage) {
|
bool fatMount (const char* name, const DISC_INTERFACE* interface, sec_t startSector, uint32_t cacheSize, uint32_t SectorsPerPage) {
|
||||||
|
Loading…
Reference in New Issue
Block a user