Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
904
void FCEUI_CloseGame(void) {
905
if (!FCEU_IsValidUI(FCEUI_CLOSEGAME))
906
return;
907
908
FCEU_CloseGame();
909
}
910
911
void ResetNES(void) {
912
FCEUMOV_AddCommand(FCEUNPCMD_RESET);
Callers
5
CloseGame
Function · 0.85
main
Function · 0.85
CloseGame
Function · 0.85
CloseGame
Function · 0.85
CloseGame
Function · 0.85
Calls
2
FCEU_IsValidUI
Function · 0.85
FCEU_CloseGame
Function · 0.85
Tested by
no test coverage detected