diff --git a/src/core/host_interface.cpp b/src/core/host_interface.cpp index bc0c0f0da..6ec6a33e4 100644 --- a/src/core/host_interface.cpp +++ b/src/core/host_interface.cpp @@ -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;