Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ FCEU_InitMahjong
Function
FCEU_InitMahjong
src/input/mahjong.cpp:75–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
static INPUTCFC Mahjong={MJ_Read,MJ_Write,0,MJ_Update,0,0};
74
75
INPUTCFC *FCEU_InitMahjong(void)
76
{
77
MReal=MRet=0;
78
return(&Mahjong);
79
}
Callers
1
SetInputStuffFC
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected