From 79adabeb91caa68dc5308da2b80d2140a3d69841 Mon Sep 17 00:00:00 2001
From: Albert Liu <45282415+ggrtk@users.noreply.github.com>
Date: Thu, 16 Jul 2020 10:27:12 -0700
Subject: [PATCH] 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.
---
 src/frontend-common/common_host_interface.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/frontend-common/common_host_interface.h b/src/frontend-common/common_host_interface.h
index f5f5a15d4..06577f8a6 100644
--- a/src/frontend-common/common_host_interface.h
+++ b/src/frontend-common/common_host_interface.h
@@ -152,7 +152,7 @@ public:
 protected:
   enum : u32
   {
-    SETTINGS_VERSION = 2
+    SETTINGS_VERSION = 3
   };
 
   struct OSDMessage