Merge pull request #1020 from ggrtk/pal-bios-path
HostInterface: Fix PAL BIOS path not being read from settings
This commit is contained in:
commit
70fa41431b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue