mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Common/IniFile: Add Exists function for section name only
This commit is contained in:
@ -119,6 +119,7 @@ public:
|
||||
|
||||
bool Save(const std::string& filename);
|
||||
|
||||
bool Exists(std::string_view section_name) const;
|
||||
// Returns true if key exists in section
|
||||
bool Exists(std::string_view section_name, std::string_view key) const;
|
||||
|
||||
|
Reference in New Issue
Block a user