mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 21:11:25 +12:00
fix some warnings
This commit is contained in:
parent
b1c48e66c9
commit
59c58aa3cf
72 changed files with 263 additions and 203 deletions
|
@ -101,6 +101,8 @@ namespace cfg
|
|||
|
||||
// Set multiple values. Implementation-specific, optional.
|
||||
virtual bool from_list(std::vector<std::string>&&);
|
||||
|
||||
bool save(std::string_view cfg_name) const;
|
||||
};
|
||||
|
||||
// Config tree node which contains another nodes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue