Hi again,
I've found all the FIO stubs:
/** File I/O **/
NSTUB(0xFF2A2930, FIO_CloseFile)
NSTUB(0xFF2A3900, FIO_FindClose) // FindClose
NSTUB(0xFF2A3820, FIO_FindNextEx)
NSTUB(0xFF2A26E0, FIO_ReadFile)
NSTUB(0xFF2A2790, FIO_SeekSkipFile)
NSTUB(0xFF2A2880, FIO_WriteFile)
NSTUB(0xFF2A316C, _FIO_CreateDirectory)
NSTUB(0xFF2A258C, _FIO_CreateFile)
NSTUB(0xFF2A372C, _FIO_FindFirstEx)
NSTUB(0xFF2A2AAC, _FIO_GetFileSize)
NSTUB(0xFF2A24D0, _FIO_OpenFile)
NSTUB(0xFF2A2638, _FIO_RemoveFile)
NSTUB(0xFF2A2fA4, _FIO_RenameFile)
Should I create a new directory under platform on the unified branch to upload the changes?
And could somebody give me a recommendation to find out 'cstart' and other difficult stubs?
Thanks a lot