Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
954
static u32 getCurrentFieldEvenOdd()
955
{
956
return (getCurrentHalfLine() < CurrTiming->numHalfLines) ? 1 : 0;
957
}
958
959
u32 VIGetNextField(void)
960
{
Callers
2
VISetRegs
Function · 0.85
VIGetNextField
Function · 0.85
Calls
1
getCurrentHalfLine
Function · 0.85
Tested by
no test coverage detected