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
|
osEPiLinkHandleFormat#include <ultra64.h> s32 osEPiLinkHandle(OSPiHandle *EPiHandle); What This Function Does It is a handler acquisition function that sets a pointer to the next member. In other words, it stores in a member *next, in the address of the previous handler (the one immediately before the current handler). If there is no previous handler, the function stores a NULL. See Also osEPiRawStartDma osEPiStartDma
|