MCPcopy 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
1143int fceuWrapperClose( void )
1144{
1145 CloseGame();
1146
1147 // exit the infrastructure
1148 FCEUI_Kill();
1149 SDL_Quit();
1150
1151 return 0;
1152}
1153
1154int fceuWrapperMemoryCleanup(void)
1155{

Callers 1

closeAppMethod · 0.85

Calls 2

FCEUI_KillFunction · 0.85
CloseGameFunction · 0.70

Tested by

no test coverage detected