Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ fceuWrapperClose
Function
fceuWrapperClose
src/drivers/Qt/fceuWrapper.cpp:1143–1152 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1141
}
1142
1143
int fceuWrapperClose( void )
1144
{
1145
CloseGame();
1146
1147
// exit the infrastructure
1148
FCEUI_Kill();
1149
SDL_Quit();
1150
1151
return 0;
1152
}
1153
1154
int fceuWrapperMemoryCleanup(void)
1155
{
Callers
1
closeApp
Method · 0.85
Calls
2
FCEUI_Kill
Function · 0.85
CloseGame
Function · 0.70
Tested by
no test coverage detected