mirror of https://github.com/zeldaret/tp.git
33 lines
546 B
C++
33 lines
546 B
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: dsp_debug
|
|
//
|
|
|
|
#include "dolphin/dsp/dsp_debug.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
extern "C" void __DSP_debug_printf();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 80352580-803525D0 34CEC0 0050+00 0/0 2/2 0/0 .text __DSP_debug_printf */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm void __DSP_debug_printf() {
|
|
nofralloc
|
|
#include "asm/dolphin/dsp/dsp_debug/__DSP_debug_printf.s"
|
|
}
|
|
#pragma pop
|