mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-11 06:09:08 -07:00
Mass storage revert to expand (max 2G img w/ seek)
This reverts commit 54804fcc66.
This commit is contained in:
@@ -2696,6 +2696,7 @@ Function,+,storage_file_close,_Bool,File*
|
||||
Function,+,storage_file_copy_to_file,_Bool,"File*, File*, uint32_t"
|
||||
Function,+,storage_file_eof,_Bool,File*
|
||||
Function,+,storage_file_exists,_Bool,"Storage*, const char*"
|
||||
Function,+,storage_file_expand,_Bool,"File*, uint64_t"
|
||||
Function,+,storage_file_free,void,File*
|
||||
Function,+,storage_file_get_error,FS_Error,File*
|
||||
Function,+,storage_file_get_error_desc,const char*,File*
|
||||
|
||||
|
@@ -68,7 +68,7 @@
|
||||
#define _USE_FASTSEEK 1
|
||||
/* This option switches fast seek feature. (0:Disable or 1:Enable) */
|
||||
|
||||
#define _USE_EXPAND 0
|
||||
#define _USE_EXPAND 1
|
||||
/* This option switches f_expand function. (0:Disable or 1:Enable) */
|
||||
|
||||
#define _USE_CHMOD 0
|
||||
|
||||
Reference in New Issue
Block a user