mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-10 12:54:50 -04:00
f9380b3e05
* d_a_obj_carry work, SETUP_ACTOR macro * rm headers, add script * progress * macro rename, consistent spacing
37 lines
793 B
C
37 lines
793 B
C
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: MetroTRK/Portable/mainloop
|
|
//
|
|
|
|
#include "TRK_MINNOW_DOLPHIN/MetroTRK/Portable/mainloop.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
|