input: fix custom pad config removal

This commit is contained in:
Megamouse 2021-09-05 02:15:08 +02:00
parent fe0c164de2
commit 76ac8ffbd6
3 changed files with 15 additions and 0 deletions

View file

@ -494,6 +494,8 @@ namespace cfg
void set_value(const std::string& key, const std::string& value);
void set_map(std::map<std::string, std::string>&& map);
void erase(const std::string& key);
void from_default() override;
};