1
Etiquette, expectations, entitlement...
@autoexec_bin | #magiclantern | Discord | Reddit | Server issues
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
/** 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)