mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-16 22:35:47 -04:00
CommonHostInterface: Bump to settings version 3
This is required for phasing out QSettings usage because game paths were being saved using the QSettings multi-value format, which is incompatible with SimpleIni.
This commit is contained in:
@ -152,7 +152,7 @@ public:
|
|||||||
protected:
|
protected:
|
||||||
enum : u32
|
enum : u32
|
||||||
{
|
{
|
||||||
SETTINGS_VERSION = 2
|
SETTINGS_VERSION = 3
|
||||||
};
|
};
|
||||||
|
|
||||||
struct OSDMessage
|
struct OSDMessage
|
||||||
|
Reference in New Issue
Block a user