MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / CBOnGetString

Method CBOnGetString

NetStream/source/menus/menu_settings.cpp:228–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228wchar_t *menu::Settings::CBOnGetString(const char *elementId)
229{
230 wchar_t *res = g_appPlugin->GetString(elementId);
231
232 if (res[0] == 0)
233 {
234 if (!sce_paf_strcmp(elementId, "msg_verinfo"))
235 {
236 return s_verinfo;
237 }
238 }
239
240 return res;
241}
242
243int32_t menu::Settings::CBOnGetSurface(graph::Surface **surf, const char *elementId)
244{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected