GUI/Qt: Fix loading ELF files from menu

This commit is contained in:
refractionpcsx2 2022-02-28 07:05:15 +00:00
parent 21fba45a3c
commit 9ce2405f3f
1 changed files with 1 additions and 0 deletions

View File

@ -917,6 +917,7 @@ void VMManager::SetBootParametersForPath(const std::string& path, VMBootParamete
if (IsElfFileName(path))
{
params->elf_override = path;
params->source_type = CDVD_SourceType::NoDisc;
}
else if (!path.empty())
{