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

Function FCEUI_VSUniService

src/input.cpp:748–754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

746}
747
748void FCEUI_VSUniService(void)
749{
750 if (!FCEU_IsValidUI(FCEUI_INSERT_COIN))
751 return;
752
753 FCEU_QSimpleCommand(FCEUNPCMD_VSUNISERVICE);
754}
755
756//Resets the frame counter if movie inactive and rom is reset or power-cycle
757void ResetFrameCounter()

Callers 1

AppWndProcFunction · 0.85

Calls 2

FCEU_IsValidUIFunction · 0.85
FCEU_QSimpleCommandFunction · 0.85

Tested by

no test coverage detected