mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-15 10:35:47 -04:00
Cheevos: Implement hardcore mode
This commit is contained in:
@ -40,6 +40,9 @@ public:
|
||||
/// Opens memory card editor with the specified paths.
|
||||
void openMemoryCardEditor(const QString& card_a_path, const QString& card_b_path);
|
||||
|
||||
/// Updates the state of the controls which should be disabled by achievements challenge mode.
|
||||
void onAchievementsChallengeModeToggled(bool enabled);
|
||||
|
||||
public Q_SLOTS:
|
||||
/// Updates debug menu visibility (hides if disabled).
|
||||
void updateDebugMenuVisibility();
|
||||
@ -113,7 +116,7 @@ private:
|
||||
void setupAdditionalUi();
|
||||
void connectSignals();
|
||||
void addThemeToMenu(const QString& name, const QString& key);
|
||||
void updateEmulationActions(bool starting, bool running);
|
||||
void updateEmulationActions(bool starting, bool running, bool cheevos_challenge_mode);
|
||||
bool isShowingGameList() const;
|
||||
void switchToGameListView();
|
||||
void switchToEmulationView();
|
||||
|
Reference in New Issue
Block a user