mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-13 02:15:41 -04:00
HostInterface: Default BIOS path to bios subdirectory
This commit is contained in:
parent
faf2308695
commit
624888e131
@ -563,7 +563,7 @@ void HostInterface::SetDefaultSettings()
|
|||||||
m_settings.audio_backend = AudioBackend::Default;
|
m_settings.audio_backend = AudioBackend::Default;
|
||||||
m_settings.audio_sync_enabled = true;
|
m_settings.audio_sync_enabled = true;
|
||||||
|
|
||||||
m_settings.bios_path = "scph1001.bin";
|
m_settings.bios_path = GetUserDirectoryRelativePath("bios/scph1001.bin");
|
||||||
m_settings.bios_patch_tty_enable = false;
|
m_settings.bios_patch_tty_enable = false;
|
||||||
m_settings.bios_patch_fast_boot = false;
|
m_settings.bios_patch_fast_boot = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user