mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2025-01-31 03:45:38 +00: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…
Reference in a new issue