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

Function getCurrentFieldEvenOdd

src/dolphin/src/vi/vi.c:954–957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

952}
953
954static u32 getCurrentFieldEvenOdd()
955{
956 return (getCurrentHalfLine() < CurrTiming->numHalfLines) ? 1 : 0;
957}
958
959u32 VIGetNextField(void)
960{

Callers 2

VISetRegsFunction · 0.85
VIGetNextFieldFunction · 0.85

Calls 1

getCurrentHalfLineFunction · 0.85

Tested by

no test coverage detected