DWC_ReportUserData

Syntax

#include <dwc.h>

void DWC_ReportUserData(const DWCUserData *userdata);

Arguments

userdata Pointer to the DWCUserData structure where the user data is stored.

Return Values

None.

Description

This function outputs to the debug console the contents of the DWCUserData structure specified by userdata.

This function is for debugging, but it also works with the libraries of the final version of the ROM (FINALROM).

Revision History

1.4.1
Corrected text that read "outputs with OS_TPrintf".

CONFIDENTIAL