guDumpGbiDL

guDumpGbiDL [Function]

Function

guDumpGbiDL

Performs RSP standard dump

Syntax

#include <ultra64.h>        /* gu.h */
void guDumpGbiDL(OSTask *tp,u8 flags);

Arguments

tp
Pointer to stack list structure
flags
Flags:
GU_PARSEGBI_HANGAFTER (* Currently not defined)
GU_PARSEGBI_NOTEXTURES (* Currently not defined)

Returned value

None.

Description

Performs an RSP stack dump for execution with RSP simulator.

Note

This function is no longer supported because it has been integrated into guParseGbiDL. In places where you have used this function, please substitute with guParseGbiDL with GU_PARSEGBI_DUMPONLY ORed into the added information flags (the flags argument).

See also

guParseGbiDL

Revision history

03/01/99 Completely rewritten.