HostInterface: Default BIOS path to bios subdirectory

This commit is contained in:
Connor McLaughlin 2020-01-24 14:52:12 +10:00
parent faf2308695
commit 624888e131
1 changed files with 1 additions and 1 deletions

View File

@ -563,7 +563,7 @@ void HostInterface::SetDefaultSettings()
m_settings.audio_backend = AudioBackend::Default;
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_fast_boot = false;