Project Mjölnir: Part 1

Co-authored-by: James Rowe <jroweboy@gmail.com>
Co-authored-by: Its-Rei <kupfel@gmail.com>
This commit is contained in:
Morph
2020-07-22 10:39:53 -04:00
parent b8885aa03b
commit f0fac0c7fb
84 changed files with 8695 additions and 3260 deletions

View File

@ -13,6 +13,7 @@
#include <QStringList>
#include <QVector>
#include "common/common_types.h"
#include "core/settings.h"
namespace UISettings {
@ -87,9 +88,6 @@ struct Values {
// logging
bool show_console;
// Controllers
int profile_index;
// Game List
bool show_add_ons;
uint32_t icon_size;
@ -100,6 +98,7 @@ struct Values {
};
extern Values values;
} // namespace UISettings
Q_DECLARE_METATYPE(UISettings::GameDir*);