mirror of
https://github.com/zeldaret/tp
synced 2026-07-01 04:10:14 -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
39 lines
731 B
C
39 lines
731 B
C
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: MetroTRK/Portable/notify
|
|
//
|
|
|
|
#include "TRK_MINNOW_DOLPHIN/MetroTRK/Portable/notify.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
void TRKDoNotifyStopped();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
void TRKReleaseBuffer();
|
|
void TRKGetFreeBuffer();
|
|
void TRKRequestSend();
|
|
void TRKTargetAddExceptionInfo();
|
|
void TRKTargetAddStopInfo();
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 8036F4B0-8036F548 369DF0 0098+00 0/0 1/1 0/0 .text TRKDoNotifyStopped */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm void TRKDoNotifyStopped() {
|
|
nofralloc
|
|
#include "asm/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/notify/TRKDoNotifyStopped.s"
|
|
}
|
|
#pragma pop
|