Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
732
void FCEUI_VSUniCoin(void)
733
{
734
if(!FCEU_IsValidUI(FCEUI_INSERT_COIN))
735
return;
736
737
FCEU_QSimpleCommand(FCEUNPCMD_VSUNICOIN);
738
}
739
740
void FCEUI_VSUniCoin2(void)
741
{
Callers
4
AppWndProc
Function · 0.85
insertCoin
Method · 0.85
KeyboardCommands
Function · 0.85
KeyboardCommands
Function · 0.85
Calls
2
FCEU_IsValidUI
Function · 0.85
FCEU_QSimpleCommand
Function · 0.85
Tested by
no test coverage detected