mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-22 06:56:31 -04:00
42 lines
752 B
C++
42 lines
752 B
C++
//
|
|
// Generated By: dol2asm
|
|
// Translation Unit: GXDisplayList
|
|
//
|
|
|
|
#include "dol2asm.h"
|
|
#include "dolphin/types.h"
|
|
#include "dolphin/gx/GXDisplayList.h"
|
|
|
|
//
|
|
// Forward References:
|
|
//
|
|
|
|
|
|
extern "C" void GXCallDisplayList();
|
|
|
|
//
|
|
// External References:
|
|
//
|
|
|
|
extern "C" extern void* __GXData;
|
|
|
|
extern "C" void __GXSetDirtyState();
|
|
extern "C" void __GXSendFlushPrim();
|
|
extern "C" extern void* __GXData;
|
|
|
|
//
|
|
// Declarations:
|
|
//
|
|
|
|
/* 8035FEF0-8035FF60 0070+00 s=0 e=20 z=4 None .text GXCallDisplayList */
|
|
#pragma push
|
|
#pragma optimization_level 0
|
|
#pragma optimizewithasm off
|
|
extern "C" asm void GXCallDisplayList() {
|
|
nofralloc
|
|
#include "asm/dolphin/gx/GXDisplayList/GXCallDisplayList.s"
|
|
}
|
|
#pragma pop
|
|
|
|
|