mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 23:05:47 -04:00
Pad: Set up memory cards via settings
This commit is contained in:
@ -12,6 +12,7 @@ HostInterface::~HostInterface() = default;
|
||||
bool HostInterface::InitializeSystem(const char* filename, const char* exp1_filename)
|
||||
{
|
||||
Settings settings;
|
||||
settings.memory_card_a_filename = "memory_card_a.mcd";
|
||||
|
||||
m_system = std::make_unique<System>(this, settings);
|
||||
if (!m_system->Initialize())
|
||||
|
Reference in New Issue
Block a user