Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ FCEUI_VSUniSetDIP
Function
FCEUI_VSUniSetDIP
src/vsuni.cpp:48–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
void FCEUI_VSUniSetDIP(int w, int state) {
49
if (((vsdip >> w) & 1) != state)
50
FCEUI_VSUniToggleDIP(w);
51
}
52
53
uint8 FCEUI_VSUniGetDIPs(void) {
54
return(vsdip);
Callers
nothing calls this directly
Calls
1
FCEUI_VSUniToggleDIP
Function · 0.85
Tested by
no test coverage detected