summaryrefslogtreecommitdiffstats
path: root/src/yuzu/uisettings.h
diff options
context:
space:
mode:
authorKewlan <colin_rehn@hotmail.com>2021-04-10 11:09:01 +0200
committerKewlan <colin_rehn@hotmail.com>2021-04-15 07:15:42 +0200
commitfd40d55a4ff2b02bf79e86b5c996cc1b520ba6ac (patch)
tree2ac08a5252670c03867bad2eed47d58523e10d00 /src/yuzu/uisettings.h
parentMerge pull request #6195 from Morph1984/controller-applet-motion (diff)
downloadyuzu-fd40d55a4ff2b02bf79e86b5c996cc1b520ba6ac.tar
yuzu-fd40d55a4ff2b02bf79e86b5c996cc1b520ba6ac.tar.gz
yuzu-fd40d55a4ff2b02bf79e86b5c996cc1b520ba6ac.tar.bz2
yuzu-fd40d55a4ff2b02bf79e86b5c996cc1b520ba6ac.tar.lz
yuzu-fd40d55a4ff2b02bf79e86b5c996cc1b520ba6ac.tar.xz
yuzu-fd40d55a4ff2b02bf79e86b5c996cc1b520ba6ac.tar.zst
yuzu-fd40d55a4ff2b02bf79e86b5c996cc1b520ba6ac.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu/uisettings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/uisettings.h b/src/yuzu/uisettings.h
index ce3945485..5ba00b8c8 100644
--- a/src/yuzu/uisettings.h
+++ b/src/yuzu/uisettings.h
@@ -74,6 +74,7 @@ struct Values {
QString game_dir_deprecated;
bool game_dir_deprecated_deepscan;
QVector<UISettings::GameDir> game_dirs;
+ QVector<u64> favorited_ids;
QStringList recent_files;
QString language;