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
|
LeoResetFormat#include <leo.h> void LeoReset(void); What This Function Does It is a PRE-NMI dedicated operation function that inhibits the issuing of new commands, clears the command queue, and resets the N64 Disk Drive. Note that it used to be leoReset but has been renamed to LeoReset. LEO_ERROR_COMMAND_TERMINATED will be sent as an error message commands that are cleared. Caution: Call this function whenever a PRE-NMI is detected. After this function is executed no asynchronous functions that are issued will be executed. This function was created exclusively for PRE-NMI. Please don't use it for any other purpose. See Also Leo LeoCreateLeoManager LeoClearQueue LeoRezero
|