HostInterface: Fix PAL BIOS path not being read from settings

This commit is contained in:
Albert Liu 2020-10-29 14:26:07 -07:00
parent 7078f73ecf
commit df1c5c0f45
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ std::optional<std::vector<u8>> HostInterface::GetBIOSImage(ConsoleRegion region)
break;
case ConsoleRegion::PAL:
bios_name = GetStringSettingValue("BIOS", "PAL", "");
bios_name = GetStringSettingValue("BIOS", "PathPAL", "");
break;
case ConsoleRegion::NTSC_U: