Files
tp/libs/dolphin/dsp/dsp_debug.c
T
TakaRikka 1114b13da8 clean up dolphin files / work on some rels (#212)
* d_a_alldie / d_a_tboxSw / d_a_tag_gstart / d_a_tag_hstop

* dolphin OS work / cleanup

* dolphin GX work / cleanup

* finish changing dolphin files to C

* more files into C

* match rest of MSL_C math functions

* more dolphin files converted to C

* remove asm

* d_bg_w work

* remove asm

* d_a_alink work / kytag14
2022-11-11 11:09:48 -07:00

33 lines
535 B
C

//
// Generated By: dol2asm
// Translation Unit: dsp_debug
//
#include "dolphin/dsp/dsp_debug.h"
#include "dol2asm.h"
#include "dolphin/types.h"
//
// Forward References:
//
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