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

Function FCEUI_VSUniCoin

src/input.cpp:732–738  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730}
731
732void FCEUI_VSUniCoin(void)
733{
734 if(!FCEU_IsValidUI(FCEUI_INSERT_COIN))
735 return;
736
737 FCEU_QSimpleCommand(FCEUNPCMD_VSUNICOIN);
738}
739
740void FCEUI_VSUniCoin2(void)
741{

Callers 4

AppWndProcFunction · 0.85
insertCoinMethod · 0.85
KeyboardCommandsFunction · 0.85
KeyboardCommandsFunction · 0.85

Calls 2

FCEU_IsValidUIFunction · 0.85
FCEU_QSimpleCommandFunction · 0.85

Tested by

no test coverage detected