mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-16 05:55:37 -04:00
49 lines
928 B
C++
49 lines
928 B
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: GXDisplayList
|
|
//
|
|
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
#include "dolphin/gx/GXDisplayList.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
|
|
// False False
|
|
extern "C" void GXCallDisplayList();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
|
|
// False False
|
|
extern "C" void __GXSetDirtyState();
|
|
// False False
|
|
extern "C" void __GXSendFlushPrim();
|
|
extern "C" extern void* __GXData;
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 8035FEF0-8035FF60 0070+00 s=0 e=20 z=4 None .text GXCallDisplayList */
|
|
// 8035FF0C: 80456580 (__GXData)
|
|
// 8035FF1C: 8035C6E4 (__GXSetDirtyState)
|
|
// 8035FF20: 80456580 (__GXData)
|
|
// 8035FF30: 8035C834 (__GXSendFlushPrim)
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
// False False
|
|
extern "C" asm void GXCallDisplayList() {
|
|
nofralloc
|
|
#include "asm/dolphin/gx/GXDisplayList/GXCallDisplayList.s"
|
|
}
|
|
#pragma pop
|
|
|
|
|