mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-12 06:15:45 -04:00
CPU/CodeCache: Fix crash when BIOS is missing
This commit is contained in:
@ -21,6 +21,7 @@ CodeCache::CodeCache() = default;
|
||||
|
||||
CodeCache::~CodeCache()
|
||||
{
|
||||
if (m_system)
|
||||
Flush();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user