mirror of https://github.com/zeldaret/tp.git
65 lines
1.2 KiB
C++
65 lines
1.2 KiB
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: ppc/Export/targsupp
|
|
//
|
|
|
|
#include "TRK_MINNOW_DOLPHIN/ppc/Export/targsupp.h"
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
extern "C" void TRKAccessFile();
|
|
extern "C" void TRKOpenFile();
|
|
extern "C" void TRKCloseFile();
|
|
extern "C" void TRKPositionFile();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 803711D0-803711D8 -00001 0008+00 0/0 0/0 0/0 .text TRKAccessFile */
|
|
#pragma push
|
|
#pragma function_align 16
|
|
asm void TRKAccessFile() {
|
|
// clang-format off
|
|
nofralloc
|
|
twi 31, r0, 0x0
|
|
blr
|
|
// clang-format on
|
|
}
|
|
#pragma pop
|
|
|
|
/* 803711D8-803711E0 -00001 0008+00 0/0 0/0 0/0 .text TRKOpenFile */
|
|
asm void TRKOpenFile() {
|
|
// clang-format off
|
|
nofralloc
|
|
twi 31, r0, 0x0
|
|
blr
|
|
// clang-format on
|
|
}
|
|
|
|
/* 803711E0-803711E8 -00001 0008+00 0/0 0/0 0/0 .text TRKCloseFile */
|
|
asm void TRKCloseFile() {
|
|
// clang-format off
|
|
nofralloc
|
|
twi 31, r0, 0x0
|
|
blr
|
|
// clang-format on
|
|
}
|
|
|
|
/* 803711E8-803711F0 -00001 0008+00 0/0 0/0 0/0 .text TRKPositionFile */
|
|
asm void TRKPositionFile() {
|
|
// clang-format off
|
|
nofralloc
|
|
twi 31, r0, 0x0
|
|
blr
|
|
// clang-format on
|
|
}
|