| 211 | void setVideoValue(const std::string& param, const std::string& value) |
| 212 | { mUserConfig[Config::Ctg::VIDEO][param] = value; } |
| 213 | void setInputValue(const std::string& param, const std::string& value) |
| 214 | { mUserConfig[Config::Ctg::INPUT][param] = value; } |
| 215 | void setGameValue(const std::string& param, const std::string& value) |
| 216 | { mUserConfig[Config::Ctg::GAME][param] = value; } |
| 217 |