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