Files
tp/libs/dolphin/dvd/dvdFatal.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

37 lines
770 B
C

//
// Generated By: dol2asm
// Translation Unit: dvdFatal
//
#include "dolphin/dvd/dvdFatal.h"
#include "dol2asm.h"
#include "dolphin/types.h"
//
// Forward References:
//
void __DVDPrintFatalMessage();
//
// External References:
//
//
// Declarations:
//
/* ############################################################################################## */
/* 804517C8-804517D0 000CC8 0004+04 1/1 0/0 0/0 .sbss FatalFunc */
static u8 FatalFunc[4 + 4 /* padding */];
/* 8034BCFC-8034BD2C 34663C 0030+00 0/0 1/1 0/0 .text __DVDPrintFatalMessage */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void __DVDPrintFatalMessage() {
nofralloc
#include "asm/dolphin/dvd/dvdFatal/__DVDPrintFatalMessage.s"
}
#pragma pop