Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ exit
Method
exit
3ds/source/gui.cpp:53–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
void Gui::exit(void)
54
{
55
if (spritesheet) {
56
C2D_SpriteSheetFree(spritesheet);
57
}
58
C2D_Fini();
59
C3D_Fini();
60
}
61
62
void Gui::frameEnd(void)
63
{
Callers
4
find_tool
Function · 0.45
text_range
Function · 0.45
load_symbols
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected