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
38 lines
814 B
C
38 lines
814 B
C
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: MetroTRK/Portable/mainloop
|
|
//
|
|
|
|
#include "TRK_MINNOW_DOLPHIN/MetroTRK/Portable/mainloop.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
void TRKDestructEvent();
|
|
void TRKGetNextEvent();
|
|
void TRKGetBuffer();
|
|
void TRKGetInput();
|
|
void TRKDispatchMessage();
|
|
void TRKTargetStopped();
|
|
void TRKTargetSupportRequest();
|
|
void TRKTargetInterrupt();
|
|
void TRKTargetContinue();
|
|
extern u8 gTRKInputPendingPtr[4 + 4 /* padding */];
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 8036CB20-8036CC18 367460 00F8+00 0/0 1/1 0/0 .text TRKNubMainLoop */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
asm void TRKNubMainLoop(void) {
|
|
nofralloc
|
|
#include "asm/TRK_MINNOW_DOLPHIN/MetroTRK/Portable/mainloop/TRKNubMainLoop.s"
|
|
}
|
|
#pragma pop
|