Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
740
void FCEUI_VSUniCoin2(void)
741
{
742
if (!FCEU_IsValidUI(FCEUI_INSERT_COIN))
743
return;
744
745
FCEU_QSimpleCommand(FCEUNPCMD_VSUNICOIN2);
746
}
747
748
void FCEUI_VSUniService(void)
749
{
Callers
1
AppWndProc
Function · 0.85
Calls
2
FCEU_IsValidUI
Function · 0.85
FCEU_QSimpleCommand
Function · 0.85
Tested by
no test coverage detected