mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-01 10:15:43 -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:
parent
97be6c922c
commit
79adabeb91
@ -152,7 +152,7 @@ public:
|
||||
protected:
|
||||
enum : u32
|
||||
{
|
||||
SETTINGS_VERSION = 2
|
||||
SETTINGS_VERSION = 3
|
||||
};
|
||||
|
||||
struct OSDMessage
|
||||
|
Loading…
x
Reference in New Issue
Block a user