MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / __AXGetCommandListAddress

Function __AXGetCommandListAddress

src/dolphin/src/ax/AXCL.c:19–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19u32 __AXGetCommandListAddress(void)
20{
21 u32 address;
22
23 address = (u32)&__AXCommandList[__AXCommandListPosition][0];
24 __AXCommandListPosition += 1;
25 __AXCommandListPosition &= 1;
26 __AXClWrite = (void*)&__AXCommandList[__AXCommandListPosition][0];
27 return address;
28}
29
30inline void __AXWriteToCommandList(u16 data)
31{

Callers 1

__AXOutNewFrameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected