mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 13:05:45 -04:00
System: Support changing BIOS path
This commit is contained in:
@ -11,11 +11,10 @@ MDEC::MDEC() = default;
|
||||
|
||||
MDEC::~MDEC() = default;
|
||||
|
||||
bool MDEC::Initialize(System* system, DMA* dma)
|
||||
void MDEC::Initialize(System* system, DMA* dma)
|
||||
{
|
||||
m_system = system;
|
||||
m_dma = dma;
|
||||
return true;
|
||||
}
|
||||
|
||||
void MDEC::Reset()
|
||||
|
Reference in New Issue
Block a user