HostInterface: Fix PAL BIOS path not being read from settings
This commit is contained in:
parent
7078f73ecf
commit
df1c5c0f45
|
@ -219,7 +219,7 @@ std::optional<std::vector<u8>> HostInterface::GetBIOSImage(ConsoleRegion region)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case ConsoleRegion::PAL:
|
case ConsoleRegion::PAL:
|
||||||
bios_name = GetStringSettingValue("BIOS", "PAL", "");
|
bios_name = GetStringSettingValue("BIOS", "PathPAL", "");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case ConsoleRegion::NTSC_U:
|
case ConsoleRegion::NTSC_U:
|
||||||
|
|
Loading…
Reference in New Issue