Backport changes from yuzu-emu/yuzu#2444

This commit is contained in:
FearlessTobi 2019-09-22 17:27:01 +02:00
parent 05240770e0
commit 029cc77c4b
9 changed files with 83 additions and 87 deletions

View file

@ -12,6 +12,7 @@
#include <QMetaType>
#include <QString>
#include <QStringList>
#include <QVector>
#include "common/common_types.h"
namespace UISettings {
@ -100,7 +101,7 @@ struct Values {
QString video_dumping_path;
QString game_dir_deprecated;
bool game_dir_deprecated_deepscan;
QList<UISettings::GameDir> game_dirs;
QVector<UISettings::GameDir> game_dirs;
QStringList recent_files;
QString language;