diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-07-27 17:21:41 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-27 17:21:41 +0300 |
commit | 8e1946da03f96b5696d3f8f248a2b675ba80d594 (patch) | |
tree | 70d3aa714ecc4e221b11437672b3da8f36049d7e /arm9/lib/include/FS_file.h | |
parent | 4f8385ac24e8904662af24bbc0d81317c8ff1ea6 (diff) | |
parent | 777da6f2ee89661596d6e7c129e6d025c6f2841c (diff) |
Merge pull request #244 from red031000/master
split arm7 NVRAM and some RTC
Diffstat (limited to 'arm9/lib/include/FS_file.h')
-rw-r--r-- | arm9/lib/include/FS_file.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arm9/lib/include/FS_file.h b/arm9/lib/include/FS_file.h index 6e4f1cd0..f870ad2a 100644 --- a/arm9/lib/include/FS_file.h +++ b/arm9/lib/include/FS_file.h @@ -177,7 +177,6 @@ FSFile; // size = 0x50 void FS_Init(u32 default_dma_no); BOOL FS_IsAvailable(void); void FS_InitFile(FSFile * p_file); -static BOOL FSi_FindPath(FSFile * p_dir, const char * path, FSFileID * p_file_id, FSDirPos * p_dir_pos); int FSi_ReadFileCore(FSFile * p_file, void * dst, s32 len, BOOL async); BOOL FS_ConvertPathToFileID(FSFileID * p_file_id, const char * path); BOOL FS_OpenFileDirect(FSFile * p_file, FSArchive * p_arc, u32 image_top, u32 image_bottom, u32 file_index); |