mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-19 09:55:47 -04:00
System: Support changing BIOS path
This commit is contained in:
@ -8,10 +8,9 @@ InterruptController::InterruptController() = default;
|
||||
|
||||
InterruptController::~InterruptController() = default;
|
||||
|
||||
bool InterruptController::Initialize(CPU::Core* cpu)
|
||||
void InterruptController::Initialize(CPU::Core* cpu)
|
||||
{
|
||||
m_cpu = cpu;
|
||||
return true;
|
||||
}
|
||||
|
||||
void InterruptController::Reset()
|
||||
|
Reference in New Issue
Block a user