mirror of
https://github.com/zeldaret/tp
synced 2026-05-28 08:25:48 -04:00
1114b13da8
* 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
35 lines
547 B
C
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
|