Achievements: Switch to rc_client
This commit is contained in:
@@ -45,14 +45,13 @@ class GPUDevice;
|
||||
class MainWindow;
|
||||
class DisplayWidget;
|
||||
|
||||
namespace Achievements {
|
||||
enum class LoginRequestReason;
|
||||
}
|
||||
|
||||
Q_DECLARE_METATYPE(std::optional<bool>);
|
||||
Q_DECLARE_METATYPE(std::shared_ptr<SystemBootParameters>);
|
||||
|
||||
// These cause errors when compiling with gcc, implicitly defined?
|
||||
// Q_DECLARE_METATYPE(std::function<void()>);
|
||||
// Q_DECLARE_METATYPE(GPURenderer);
|
||||
// Q_DECLARE_METATYPE(InputBindingKey);
|
||||
|
||||
class EmuThread : public QThread
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -141,7 +140,10 @@ Q_SIGNALS:
|
||||
void inputProfileLoaded();
|
||||
void mouseModeRequested(bool relative, bool hide_cursor);
|
||||
void fullscreenUIStateChange(bool running);
|
||||
void achievementsRefreshed(quint32 id, const QString& game_info_string, quint32 total, quint32 points);
|
||||
void achievementsLoginRequested(Achievements::LoginRequestReason reason);
|
||||
void achievementsLoginSucceeded(const QString& display_name, quint32 points, quint32 sc_points,
|
||||
quint32 unread_messages);
|
||||
void achievementsRefreshed(quint32 id, const QString& game_info_string);
|
||||
void achievementsChallengeModeChanged();
|
||||
void cheatEnabled(quint32 index, bool enabled);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user