game_list: Mark games as favorite to make them appear at the top.

Icons are from Icons8.
This commit is contained in:
Kewlan
2021-04-10 11:09:01 +02:00
parent 62a8505345
commit fd40d55a4f
15 changed files with 152 additions and 5 deletions

View File

@ -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;