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

Function FCEU_QSimpleCommand

src/input.cpp:696–707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

694}
695
696void FCEU_QSimpleCommand(int cmd)
697{
698 if(FCEUnetplay)
699 FCEUNET_SendCommand(cmd, 0);
700 else
701 {
702 if(!FCEUMOV_Mode(MOVIEMODE_TASEDITOR)) // TAS Editor will do the command himself
703 FCEU_DoSimpleCommand(cmd);
704 if(FCEUMOV_Mode(MOVIEMODE_RECORD|MOVIEMODE_TASEDITOR))
705 FCEUMOV_AddCommand(cmd);
706 }
707}
708
709void FCEUI_FDSSelect(void)
710{

Callers 8

FCEUI_FDSSelectFunction · 0.85
FCEUI_FDSInsertFunction · 0.85
FCEUI_VSUniToggleDIPFunction · 0.85
FCEUI_VSUniCoinFunction · 0.85
FCEUI_VSUniCoin2Function · 0.85
FCEUI_VSUniServiceFunction · 0.85
FCEUI_ResetNESFunction · 0.85
FCEUI_PowerNESFunction · 0.85

Calls 4

FCEUNET_SendCommandFunction · 0.85
FCEUMOV_ModeFunction · 0.85
FCEU_DoSimpleCommandFunction · 0.85
FCEUMOV_AddCommandFunction · 0.85

Tested by

no test coverage detected