MCPcopy Create free account
hub / github.com/TASEmulators/fceux / CommandToggleDip

Function CommandToggleDip

src/input.cpp:1025–1029  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1023//}
1024
1025static void CommandToggleDip(void)
1026{
1027 if (GameInfo->type==GIT_VSUNI)
1028 FCEUI_VSUniToggleDIP(execcmd-EMUCMD_VSUNI_TOGGLE_DIP_0);
1029}
1030
1031static void CommandEmulationSpeed(void)
1032{

Callers

nothing calls this directly

Calls 1

FCEUI_VSUniToggleDIPFunction · 0.85

Tested by

no test coverage detected