Cheevos: Move to core

This commit is contained in:
Connor McLaughlin
2022-03-26 23:51:37 +10:00
parent c43df29abc
commit 584525cb11
20 changed files with 181 additions and 114 deletions

View File

@ -1,5 +1,5 @@
#include "achievementlogindialog.h"
#include "frontend-common/cheevos.h"
#include "core/cheevos.h"
#include "qthostinterface.h"
#include <QtWidgets/QMessageBox>

View File

@ -1,8 +1,8 @@
#include "achievementsettingswidget.h"
#include "achievementlogindialog.h"
#include "common/string_util.h"
#include "core/cheevos.h"
#include "core/system.h"
#include "frontend-common/cheevos.h"
#include "mainwindow.h"
#include "qtutils.h"
#include "settingsdialog.h"

View File

@ -48,7 +48,7 @@ Log_SetChannel(QtHostInterface);
#endif
#ifdef WITH_CHEEVOS
#include "frontend-common/cheevos.h"
#include "core/cheevos.h"
#endif
QtHostInterface::QtHostInterface(QObject* parent) : QObject(parent), CommonHostInterface()