mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 02:05:45 -04:00
Cheevos: Implement hardcore mode
This commit is contained in:
@ -308,6 +308,9 @@ public:
|
||||
void DrawOSDMessages();
|
||||
void DrawDebugWindows();
|
||||
|
||||
/// Returns true if features such as save states should be disabled.
|
||||
bool IsCheevosChallengeModeActive() const;
|
||||
|
||||
protected:
|
||||
enum : u32
|
||||
{
|
||||
@ -391,6 +394,9 @@ protected:
|
||||
/// Saves current settings variables to ini.
|
||||
virtual void SaveSettings(SettingsInterface& si) override;
|
||||
|
||||
/// Checks and fixes up any incompatible settings.
|
||||
virtual void FixIncompatibleSettings(bool display_osd_messages);
|
||||
|
||||
/// Checks for settings changes, std::move() the old settings away for comparing beforehand.
|
||||
virtual void CheckForSettingsChanges(const Settings& old_settings) override;
|
||||
|
||||
|
Reference in New Issue
Block a user