| 751 | } |
| 752 | |
| 753 | S32 iSGLoadFile(st_ISGSESSION* isgdata, const char* fname, char* databuf, S32 async) |
| 754 | { |
| 755 | S32 numBytes = iSGFileSize(isgdata, fname); |
| 756 | return iSGReadLeader(isgdata, fname, databuf, numBytes, async); |
| 757 | } |
| 758 | |
| 759 | static S32 iSG_mc_fread(st_ISG_MEMCARD_DATA* mcdata, char*, S32, S32); |
| 760 | S32 iSGReadLeader(st_ISGSESSION* isgdata, const char* fname, char* databuf, S32 numbytes, S32 async) |
no test coverage detected