dont pop open the archive chooser when power cycling a rom from an archive
This commit is contained in:
parent
c767018bcf
commit
1b16d640bf
|
@ -854,7 +854,7 @@ namespace BizHawk.MultiClient
|
|||
Global.RenderPanel.AddMessage("Cheats file loaded");
|
||||
}
|
||||
Cheats1.Restart();
|
||||
CurrentlyOpenRom = path;
|
||||
CurrentlyOpenRom = file.CanonicalFullPath;
|
||||
HandlePlatformMenus();
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue