| 164 | } |
| 165 | |
| 166 | void MemorySettingsInterface::SetBoolValue(const char* section, const char* key, bool value) |
| 167 | { |
| 168 | SetValue(section, key, std::to_string(value)); |
| 169 | } |
| 170 | |
| 171 | void MemorySettingsInterface::SetStringValue(const char* section, const char* key, const char* value) |
| 172 | { |
no test coverage detected