MCPcopy Create free account
hub / github.com/TheOfficialFloW/VitaShell / loadSettingsConfig

Function loadSettingsConfig

settings.c:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85static SettingsMenu settings_menu;
86
87void loadSettingsConfig() {
88 // Load settings config file
89 memset(&vitashell_config, 0, sizeof(VitaShellConfig));
90 readConfig("ux0:VitaShell/settings.txt", settings_entries, sizeof(settings_entries) / sizeof(ConfigEntry));
91}
92
93void saveSettingsConfig() {
94 // Save settings config file

Callers 1

mainFunction · 0.85

Calls 1

readConfigFunction · 0.85

Tested by

no test coverage detected