MCPcopy 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

73static INPUTCFC Mahjong={MJ_Read,MJ_Write,0,MJ_Update,0,0};
74
75INPUTCFC *FCEU_InitMahjong(void)
76{
77 MReal=MRet=0;
78 return(&Mahjong);
79}

Callers 1

SetInputStuffFCFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected