MCPcopy Create free account
hub / github.com/WilliamLCobb/iNDS / exec

Method exec

desmume/src/NDSSystem.cpp:1135–1142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1133}
1134
1135FORCEINLINE void TSequenceItem_GXFIFO::exec()
1136{
1137 IF_DEVELOPER(DEBUG_statistics.sequencerExecutionCounters[4]++);
1138 while(isTriggered()) {
1139 enabled = false;
1140 gfx3d_execute3D();
1141 }
1142}
1143
1144FORCEINLINE u64 TSequenceItem_GXFIFO::next()
1145{

Callers 2

execMethod · 0.45
execHardwareMethod · 0.45

Calls 1

gfx3d_execute3DFunction · 0.85

Tested by

no test coverage detected