fix rom drag&drop
This commit is contained in:
parent
b745d5776a
commit
bce9b6f33d
|
@ -2735,7 +2735,9 @@ namespace BizHawk.Client.EmuHawk
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
LoadRom(filePaths[0]);
|
var args = new LoadRomArgs();
|
||||||
|
args.OpenAdvanced = new OpenAdvanced_OpenRom { Path = filePaths[0] };
|
||||||
|
LoadRom(filePaths[0],args);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue