fix regression from 2948d7597a
loading archive roms
This commit is contained in:
parent
482a3ab8f6
commit
4e76bd97d1
|
@ -3663,7 +3663,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
{
|
{
|
||||||
OpenAdvanced_OpenRom ioa_openRom = ioa as OpenAdvanced_OpenRom;
|
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
|
// this is a multi-disk bundler file
|
||||||
// determine the xml assets and create RomStatusDetails for all of them
|
// determine the xml assets and create RomStatusDetails for all of them
|
||||||
|
|
Loading…
Reference in New Issue