mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 10:35:46 -04:00
System: Include cheevos state in save states
This commit is contained in:
@ -250,10 +250,6 @@ void CommonHostInterface::PowerOffSystem(bool save_resume_state)
|
||||
void CommonHostInterface::ResetSystem()
|
||||
{
|
||||
HostInterface::ResetSystem();
|
||||
|
||||
#ifdef WITH_CHEEVOS
|
||||
Cheevos::Reset();
|
||||
#endif
|
||||
}
|
||||
|
||||
static void PrintCommandLineVersion(const char* frontend_name)
|
||||
@ -768,10 +764,6 @@ bool CommonHostInterface::UndoLoadState()
|
||||
System::ResetPerformanceCounters();
|
||||
System::ResetThrottler();
|
||||
|
||||
#ifdef WITH_CHEEVOS
|
||||
Cheevos::Reset();
|
||||
#endif
|
||||
|
||||
Log_InfoPrintf("Loaded undo save state.");
|
||||
m_undo_load_state.reset();
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user