MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / destroySurface

Function destroySurface

src/Renderer_init_sdlgl.cpp:102–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 }
101
102 void destroySurface()
103 {
104 SDL_FreeSurface(sdlScreen);
105 sdlScreen = NULL;
106
107 //show mouse cursor
108 SDL_ShowCursor(initialCursorState);
109
110 SDL_Quit();
111 }
112
113 bool init(int w, int h)
114 {

Callers 1

deinitFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected