fix recently crashing archive file loading
This commit is contained in:
parent
4d648e13b1
commit
85419ab656
|
@ -833,7 +833,8 @@ namespace BizHawk.MultiClient
|
||||||
IEmulator nextEmulator = null;
|
IEmulator nextEmulator = null;
|
||||||
RomGame game = null;
|
RomGame game = null;
|
||||||
|
|
||||||
if (Path.GetExtension(path).ToLower() == ".iso")
|
|
||||||
|
if (file.Extension.ToLower() == ".iso")
|
||||||
{
|
{
|
||||||
if (Global.PsxCoreLibrary.IsOpen)
|
if (Global.PsxCoreLibrary.IsOpen)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue