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

Function VIGetNextField

src/dolphin/src/vi/vi.c:959–968  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

957}
958
959u32 VIGetNextField(void)
960{
961 u32 nextField;
962 int interrupt;
963
964 interrupt = OSDisableInterrupts();
965 nextField = getCurrentFieldEvenOdd() ^ 1;
966 OSRestoreInterrupts(interrupt);
967 return nextField ^ (HorVer.adjDispPosY & 1);
968}
969
970u32 VIGetCurrentLine(void)
971{

Callers 2

DrawFrameFunction · 0.85
RenderBeginMethod · 0.85

Calls 2

OSDisableInterruptsFunction · 0.85
getCurrentFieldEvenOddFunction · 0.85

Tested by

no test coverage detected