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

Function FCEUI_VSUniCoin2

src/input.cpp:740–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

738}
739
740void FCEUI_VSUniCoin2(void)
741{
742 if (!FCEU_IsValidUI(FCEUI_INSERT_COIN))
743 return;
744
745 FCEU_QSimpleCommand(FCEUNPCMD_VSUNICOIN2);
746}
747
748void FCEUI_VSUniService(void)
749{

Callers 1

AppWndProcFunction · 0.85

Calls 2

FCEU_IsValidUIFunction · 0.85
FCEU_QSimpleCommandFunction · 0.85

Tested by

no test coverage detected