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

Function closeGame

src/drivers/sdl/gui.cpp:2016–2021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2014}
2015
2016void closeGame (void)
2017{
2018 //GdkColor bg = {0, 0, 0, 0};
2019 //gtk_widget_modify_bg(evbox, GTK_STATE_NORMAL, &bg);
2020 CloseGame ();
2021}
2022
2023void loadGame (void)
2024{

Callers 2

hardResetFunction · 0.85
loadGameFunction · 0.85

Calls 1

CloseGameFunction · 0.70

Tested by

no test coverage detected