Function


nuContPakFileWrite (Macro)


Syntax

void nuContPakFileWrite(NUContPakFile *file, s32 offset, s32 size,u8* buf)
Arguments
*file      Controller Pak structure
offset     offset position for write
size       size of write
*buf       buffer storing the data to be written
Return Value
None
Description:

Writes data to the Controller Pak

This is a macro for the nuContPakFileReadWrite function.

See Also

nuContPakFileReadWrite