fix regression from 2948d7597a loading archive roms

This commit is contained in:
zeromus 2018-11-04 05:25:24 -05:00
parent 482a3ab8f6
commit 4e76bd97d1
1 changed files with 1 additions and 1 deletions

View File

@ -3663,7 +3663,7 @@ namespace BizHawk.Client.EmuHawk
{
OpenAdvanced_OpenRom ioa_openRom = ioa as OpenAdvanced_OpenRom;
if (Path.GetExtension(ioa_openRom.Path).ToLower() == ".xml")
if (Path.GetExtension(ioa_openRom.Path.Replace("|","")).ToLower() == ".xml")
{
// this is a multi-disk bundler file
// determine the xml assets and create RomStatusDetails for all of them