diff --git a/src/core/host_interface.cpp b/src/core/host_interface.cpp index b645df282..c7ad724bb 100644 --- a/src/core/host_interface.cpp +++ b/src/core/host_interface.cpp @@ -219,7 +219,7 @@ std::optional> HostInterface::GetBIOSImage(ConsoleRegion region) break; case ConsoleRegion::PAL: - bios_name = GetStringSettingValue("BIOS", "PAL", ""); + bios_name = GetStringSettingValue("BIOS", "PathPAL", ""); break; case ConsoleRegion::NTSC_U: