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

35 lines
547 B
C

//
// Generated By: dol2asm
// Translation Unit: dvdidutils
//
#include "dolphin/dvd/dvdidutils.h"
#include "dol2asm.h"
#include "dolphin/types.h"
//
// Forward References:
//
void DVDCompareDiskID();
//
// External References:
//
void strncmp();
//
// Declarations:
//
/* 8034BC04-8034BCFC 346544 00F8+00 0/0 1/1 0/0 .text DVDCompareDiskID */
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
asm void DVDCompareDiskID() {
nofralloc
#include "asm/dolphin/dvd/dvdidutils/DVDCompareDiskID.s"
}
#pragma pop