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

Function FCEUI_CloseGame

src/fceu.cpp:904–909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

902}
903
904void FCEUI_CloseGame(void) {
905 if (!FCEU_IsValidUI(FCEUI_CLOSEGAME))
906 return;
907
908 FCEU_CloseGame();
909}
910
911void ResetNES(void) {
912 FCEUMOV_AddCommand(FCEUNPCMD_RESET);

Callers 5

CloseGameFunction · 0.85
mainFunction · 0.85
CloseGameFunction · 0.85
CloseGameFunction · 0.85
CloseGameFunction · 0.85

Calls 2

FCEU_IsValidUIFunction · 0.85
FCEU_CloseGameFunction · 0.85

Tested by

no test coverage detected