Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2016
void closeGame (void)
2017
{
2018
//GdkColor bg = {0, 0, 0, 0};
2019
//gtk_widget_modify_bg(evbox, GTK_STATE_NORMAL, &bg);
2020
CloseGame ();
2021
}
2022
2023
void loadGame (void)
2024
{
Callers
2
hardReset
Function · 0.85
loadGame
Function · 0.85
Calls
1
CloseGame
Function · 0.70
Tested by
no test coverage detected