mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 03:15:46 -04:00
Frontend: Add a powered-off window/welcome screen
This commit is contained in:
@ -49,7 +49,6 @@ bool HostInterface::InitializeSystem(const char* filename, const char* exp1_file
|
||||
m_system->SetExpansionROM(exp1_filename);
|
||||
|
||||
// Resume execution.
|
||||
m_running = true;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -33,5 +33,5 @@ protected:
|
||||
std::unique_ptr<AudioStream> m_audio_stream;
|
||||
|
||||
std::unique_ptr<System> m_system;
|
||||
bool m_running = false;
|
||||
bool m_running = true;
|
||||
};
|
||||
|
Reference in New Issue
Block a user