MCPcopy Create free account
hub / github.com/Stewmath/GameYob / menuPrintConfig

Function menuPrintConfig

arm9/source/console.cpp:753–760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

751}
752
753void menuPrintConfig(FILE* file) {
754 for (int i=0; i<numMenus; i++) {
755 for (int j=0; j<menuList[i].numOptions; j++) {
756 if (menuList[i].options[j].numValues != 0)
757 fiprintf(file, "%s=%d\n", menuList[i].options[j].name, menuList[i].options[j].selection);
758 }
759 }
760}
761
762void printLog(const char *format, ...) {
763 if (isMenuOn() || sharedData->scalingOn)

Callers 1

writeConfigFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected