mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 21:11:25 +12:00
input: fix custom pad config removal
This commit is contained in:
parent
fe0c164de2
commit
76ac8ffbd6
3 changed files with 15 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue