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:
Albert Liu 2020-07-16 10:27:12 -07:00
parent 97be6c922c
commit 79adabeb91

View file

@ -152,7 +152,7 @@ public:
protected:
enum : u32
{
SETTINGS_VERSION = 2
SETTINGS_VERSION = 3
};
struct OSDMessage