|
|
|
|
|
|
||||||||||||||||||||||||||
al - Audio Library Functions gDP - DP GBI Macros gdSP - General GBI Macros gSP - SP GBI Macros gt - Turbo Microcode RDP gu - Graphics Utilities Math - Math Functions nuSys - NuSystem os - N64 Operating System sp - Sprite Library Functions uh - Host to Target IO 64DD - N64 Disk Drive
|
![]() |
osPfsGetLabelFormat#include <ultra64.h> s32 osPfsGetLabel(OSPfs *pfs, u8 *label, int *length); What This Function Does It reads the label of a Controller Pak. A BLOCKSIZE (32 bytes) label area exists in the Controller Pak. The OSPfs structure's handle must be the handle returned from osPfsInitPak. Please refer to osPfsInitPak for information on how to create this handle. The area specified by the label needs to have the size BLOCKSIZE to store label data. If this function is called successfully, a 0 is returned and the length of the label is returned to the location pointed to by the length argument. If an error occurs, one of the following error codes is returned:
osContInit osContStartQuery osContGetQuery osPfsChecker osPfsInitPak osPfsIsPlug osPfsSetLabel
|
||||||||||||||||||||||||||||