mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-12 02:35:41 -04:00
HostInterface: Check all console regions when looking for any BIOS
This commit is contained in:
parent
a845b2c5f8
commit
4db29f9399
@ -374,7 +374,7 @@ HostInterface::FindBIOSImagesInDirectory(const char* directory)
|
|||||||
bool HostInterface::HasAnyBIOSImages()
|
bool HostInterface::HasAnyBIOSImages()
|
||||||
{
|
{
|
||||||
const std::string dir = GetBIOSDirectory();
|
const std::string dir = GetBIOSDirectory();
|
||||||
return (FindBIOSImageInDirectory(ConsoleRegion::NTSC_U, dir.c_str()).has_value());
|
return (FindBIOSImageInDirectory(ConsoleRegion::Auto, dir.c_str()).has_value());
|
||||||
}
|
}
|
||||||
|
|
||||||
bool HostInterface::LoadState(const char* filename)
|
bool HostInterface::LoadState(const char* filename)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user