MCPcopy Create free account
hub / github.com/aldostools/webMAN-MOD / custom_table

Function custom_table

include/scan/games_xml.h:493–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491#endif
492
493static char *custom_table(char *buffer, char *table_xml)
494{
495 #ifndef ENGLISH_ONLY
496 char *STR_CUSTOMXML = buffer;
497 language("STR_CUSTOMXML", STR_CUSTOMXML, "XML");
498 #else
499 const char *STR_CUSTOMXML = "XML";
500 #endif
501
502 sprintf(table_xml, "<T key=\"wm_custom\">"
503 XML_PAIR("icon_rsc","item_tex_ps3util")
504 XML_PAIR("title","%s") "</T>",
505 STR_CUSTOMXML);
506 return table_xml;
507}
508
509static bool add_custom_xml(char *query_xmb)
510{

Callers 1

games_xml.hFile · 0.85

Calls 2

languageFunction · 0.85
sprintfFunction · 0.50

Tested by

no test coverage detected