MCPcopy Create free account
hub / github.com/XorTroll/Goldleaf / GetApplicationIcon

Function GetApplicationIcon

Goldleaf/source/ui/ui_Utils.cpp:195–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 }
194
195 pu::sdl2::TextureHandle::Ref GetApplicationIcon(const u64 app_id) {
196 const auto it = g_ApplicationIcons.find(app_id);
197 if(it != g_ApplicationIcons.end()) {
198 return it->second;
199 }
200 return nullptr;
201 }
202
203 void SleepWhileRender(const u64 ns) {
204 const u64 start = armGetSystemTick();

Callers 3

LoadApplicationMethod · 0.85
StartExportMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected