| 521 | } |
| 522 | |
| 523 | void ModMenu::mod_enum_option_changed(const std::string &id, uint32_t value) { |
| 524 | if (active_mod_index >= 0) { |
| 525 | recomp::mods::set_mod_config_value(mod_details[active_mod_index].mod_id, id, value); |
| 526 | } |
| 527 | } |
| 528 | |
| 529 | void ModMenu::mod_string_option_changed(const std::string &id, const std::string &value) { |
| 530 | if (active_mod_index >= 0) { |
nothing calls this directly
no outgoing calls
no test coverage detected