dol2asm OK

This commit is contained in:
Julgodis
2021-03-28 22:49:05 +02:00
parent 3d66902e1a
commit 1e95d29b60
60106 changed files with 4755966 additions and 1107376 deletions
+37 -1
View File
@@ -1 +1,37 @@
// ok
//
// Generated By: dol2asm
// Translation Unit: dsp_debug
//
#include "dol2asm.h"
#include "dolphin/types.h"
#include "dolphin/dsp/dsp_debug.h"
//
// Forward References:
//
extern "C" void __DSP_debug_printf();
//
// External References:
//
//
// Declarations:
//
/* 80352580-803525D0 0050+00 s=0 e=2 z=0 None .text __DSP_debug_printf */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
extern "C" asm void __DSP_debug_printf() {
nofralloc
#include "asm/dolphin/dsp/dsp_debug/__DSP_debug_printf.s"
}
#pragma pop