mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 23:05:47 -04:00
Settings: Use simpleini for settings load/save
This commit is contained in:
@ -7,8 +7,7 @@ Log_SetChannel(HostInterface);
|
||||
|
||||
HostInterface::HostInterface()
|
||||
{
|
||||
m_settings.gpu_renderer = Settings::GPURenderer::HardwareOpenGL;
|
||||
m_settings.memory_card_a_filename = "memory_card_a.mcd";
|
||||
m_settings.Load("settings.ini");
|
||||
}
|
||||
|
||||
HostInterface::~HostInterface() = default;
|
||||
|
Reference in New Issue
Block a user