mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 03:35:46 -04:00
UI: Beginning of customizable settings, debug menu
This commit is contained in:
@ -10,7 +10,9 @@ HostInterface::~HostInterface() = default;
|
||||
|
||||
bool HostInterface::InitializeSystem(const char* filename, const char* exp1_filename)
|
||||
{
|
||||
m_system = std::make_unique<System>(this);
|
||||
Settings settings;
|
||||
|
||||
m_system = std::make_unique<System>(this, settings);
|
||||
if (!m_system->Initialize())
|
||||
{
|
||||
m_system.reset();
|
||||
|
Reference in New Issue
Block a user