diff --git a/src/core/host_interface.cpp b/src/core/host_interface.cpp index ec3c6e86d..4092ecc19 100644 --- a/src/core/host_interface.cpp +++ b/src/core/host_interface.cpp @@ -374,7 +374,7 @@ HostInterface::FindBIOSImagesInDirectory(const char* directory) bool HostInterface::HasAnyBIOSImages() { 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)