mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-27 08:35:42 -04:00
System: Fix EXE loading again
This commit is contained in:
parent
19062e11b5
commit
b9089cac95
@ -140,6 +140,7 @@ bool System::Boot(const char* filename)
|
||||
// Component setup.
|
||||
InitializeComponents();
|
||||
UpdateMemoryCards();
|
||||
Reset();
|
||||
|
||||
// Enable tty by patching bios.
|
||||
const BIOS::Hash bios_hash = BIOS::GetHash(*bios_image);
|
||||
@ -162,7 +163,6 @@ bool System::Boot(const char* filename)
|
||||
m_bus->SetBIOS(*bios_image);
|
||||
|
||||
// Good to go.
|
||||
Reset();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user