mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 08:15:45 -04:00
CommonHostInterface: Fully clear controller section before loading profile
This commit is contained in:

committed by
Connor McLaughlin

parent
a5f04f2a8e
commit
189656cbc4
@ -29,6 +29,7 @@ public:
|
||||
virtual bool AddToStringList(const char* section, const char* key, const char* item) = 0;
|
||||
|
||||
virtual void DeleteValue(const char* section, const char* key) = 0;
|
||||
virtual void ClearSection(const char* section) = 0;
|
||||
};
|
||||
|
||||
struct SettingInfo
|
||||
|
Reference in New Issue
Block a user